From 31178f4d4859d7ca98f99209badd909a5d9ef68f Mon Sep 17 00:00:00 2001
From: Sergey Lyubka <valenok@gmail.com>
Date: Mon, 15 Dec 2014 12:03:50 +0000
Subject: [PATCH] Typo fixed in the comment

---
 mongoose.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mongoose.h b/mongoose.h
index 74c2af5e4..cfe411e3e 100644
--- a/mongoose.h
+++ b/mongoose.h
@@ -51,7 +51,7 @@ struct mg_connection {
   int is_websocket;           // Connection is a websocket connection
   int status_code;            // HTTP status code for HTTP error handler
   int wsbits;                 // First byte of the websocket frame
-  void *server_param;         // Parameter passed to mg_add_uri_handler()
+  void *server_param;         // Parameter passed to mg_create_server()
   void *connection_param;     // Placeholder for connection-specific data
   void *callback_param;
 };
-- 
GitLab