summaryrefslogtreecommitdiff
path: root/ustream-example-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'ustream-example-client.c')
-rw-r--r--ustream-example-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ustream-example-client.c b/ustream-example-client.c
index 6527362..4fc99f0 100644
--- a/ustream-example-client.c
+++ b/ustream-example-client.c
@@ -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;