aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd_ws/test_websocket.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-26 15:24:24 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-26 15:24:24 +0200
commitd629ada1a20018c1cbc7f7e0badf0f8eca9b0fd7 (patch)
treed5e3998c8e915eb017adf8a5b3dd1e1253ed4189 /src/microhttpd_ws/test_websocket.c
parent8e4eba0e70690673643c0945bf6433f766a2bf65 (diff)
downloadlibmicrohttpd-d629ada1a20018c1cbc7f7e0badf0f8eca9b0fd7.tar.gz
libmicrohttpd-d629ada1a20018c1cbc7f7e0badf0f8eca9b0fd7.zip
-fix typos
Diffstat (limited to 'src/microhttpd_ws/test_websocket.c')
-rw-r--r--src/microhttpd_ws/test_websocket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd_ws/test_websocket.c b/src/microhttpd_ws/test_websocket.c
index 00fd8e03..b824b9ce 100644
--- a/src/microhttpd_ws/test_websocket.c
+++ b/src/microhttpd_ws/test_websocket.c
@@ -9838,7 +9838,7 @@ test_check_upgrade_header ()
9838 (unsigned int) __LINE__); 9838 (unsigned int) __LINE__);
9839 ++failed; 9839 ++failed;
9840 } 9840 }
9841 /* Edge test (success): All allowed token characters plus /, then websocket keyowrd */ 9841 /* Edge test (success): All allowed token characters plus /, then websocket keyword */
9842 ret = MHD_websocket_check_upgrade_header ( 9842 ret = MHD_websocket_check_upgrade_header (
9843 "!#$%&'*+-.^_`|~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz/,websocket"); 9843 "!#$%&'*+-.^_`|~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz/,websocket");
9844 if (MHD_WEBSOCKET_STATUS_OK != ret) 9844 if (MHD_WEBSOCKET_STATUS_OK != ret)