From 7f84bc3e864b52eb13c670362a4b53bc3505393e Mon Sep 17 00:00:00 2001
authorYannick Kiekens <yannickkiekens@gmail.com>
Thu, 3 Nov 2016 09:03:18 +0000 (10:03 +0100)
committerAndy Green <andy@warmcat.com>
Fri, 16 Dec 2016 14:08:13 +0000 (22:08 +0800)
Subject: [PATCH] Fix typo in lws_create_context documentation

doc/html/group__context-and-vhost.html
lib/libwebsockets.h

index 8cb9ab3..01e6f33 100644 (file)
@@ -321,7 +321,7 @@ Functions</h2></td></tr>
 
  HTTP requests are sent always to the FIRST protocol in protocol, since
  at that time websocket protocol has not been negotiated.  Other
- protocols after the first one never see any HTTP callack activity.
+ protocols after the first one never see any HTTP callback activity.
 
  The server created is a simple http server by default; part of the
  websocket standard is upgrading this http connection to a websocket one.
index 4d33d59..2861566 100644 (file)
@@ -1752,7 +1752,7 @@ struct lws_context_creation_info {
  *
  *     HTTP requests are sent always to the FIRST protocol in protocol, since
  *     at that time websocket protocol has not been negotiated.  Other
- *     protocols after the first one never see any HTTP callack activity.
+ *     protocols after the first one never see any HTTP callback activity.
  *
  *     The server created is a simple http server by default; part of the
  *     websocket standard is upgrading this http connection to a websocket one.