Updates from 1.0.0-stable branch.
diff --git a/apps/s_server.c b/apps/s_server.c
index b6cc5ee..dffa5d3 100644
--- a/apps/s_server.c
+++ b/apps/s_server.c
@@ -671,7 +671,7 @@
 			return p->extension_error;
 		if (ctx2)
 			{
-			BIO_printf(p->biodebug,"Swiching server context.\n");
+			BIO_printf(p->biodebug,"Switching server context.\n");
 			SSL_set_SSL_CTX(s,ctx2);
 			}     
 		}