From c74964ec447feeaeb0e590a8945badb22b523800 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Thu, 7 Feb 2013 16:17:13 +0200 Subject: [PATCH] Fix two typos. --- lib/libwebsockets.h | 2 +- test-server/test-ping.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libwebsockets.h b/lib/libwebsockets.h index 046ad0e..9245c7f 100644 --- a/lib/libwebsockets.h +++ b/lib/libwebsockets.h @@ -694,7 +694,7 @@ struct libwebsocket_protocols { * @per_session_data_size: Libwebsockets will auto-malloc this much * memory for the use of the extension, a pointer * to it comes in the @user callback parameter - * @per_context_private_data: Optional storage for this externsion that + * @per_context_private_data: Optional storage for this extension that * is per-context, so it can track stuff across * all sessions, etc, if it wants */ diff --git a/test-server/test-ping.c b/test-server/test-ping.c index f83fe92..ee390ce 100644 --- a/test-server/test-ping.c +++ b/test-server/test-ping.c @@ -433,7 +433,7 @@ int main(int argc, char **argv) "origin", protocols[PROTOCOL_LWS_MIRROR].name, ietf_version); if (ping_wsi[n] == NULL) { - fprintf(stderr, "client connnection %d failed to " + fprintf(stderr, "client connection %d failed to " "connect\n", n); return 1; } -- 2.7.4