From ea43ed8da1397c396808bfb15e74595a722e9189 Mon Sep 17 00:00:00 2001 From: lxsang Date: Thu, 24 Nov 2016 20:36:27 +0100 Subject: [PATCH] fix stuff --- plugin_manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_manager.c b/plugin_manager.c index 2ff8542..89f3186 100644 --- a/plugin_manager.c +++ b/plugin_manager.c @@ -76,7 +76,7 @@ dictionary decode_request(int client,const char* method,const char* query) ws_confirm_request(client, ws_key); free(ws_key); // insert wsocket flag to request - // plugin should handle this ugrade connection + // plugin should handle this ugraded connection // not the server if(!request) request = dict(); dput(request,"__web_socket__","1");