Explorar el Código

Fix typo in comment

bel2125 hace 3 años
padre
commit
311a3ea14f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/civetweb.c

+ 1 - 1
src/civetweb.c

@@ -7152,7 +7152,7 @@ mg_split_form_urlencoded(char *data,
 }
 
 
-/* HCP24: some changes to compare hole var_name */
+/* HCP24: some changes to compare whole var_name */
 int
 mg_get_cookie(const char *cookie_header,
               const char *var_name,