Update example certificate & key, fix typo
[project/ustream-ssl.git] / ustream-example-client.c
index 65273622a4f4b85b13ebd317cfcac86460b22057..4fc99f0356bddef3a22b31bf64015579e8eea447 100644 (file)
@@ -80,7 +80,7 @@ static void client_notify_state(struct ustream *us)
 
 static void example_connect_ssl(int fd)
 {
-       fprintf(stderr, "Starting SSL negnotiation\n");
+       fprintf(stderr, "Starting SSL negotiation\n");
 
        ssl.notify_error = client_notify_error;
        ssl.notify_verify_error = client_notify_verify_error;