diff src/os/win32/ngx_win32_config.h @ 4572:67653855682e

Fixed spelling in multiline C comments.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 03 Apr 2012 07:37:31 +0000
parents d620f497c50f
children a48031f7a69c
line wrap: on
line diff
--- a/src/os/win32/ngx_win32_config.h
+++ b/src/os/win32/ngx_win32_config.h
@@ -20,7 +20,7 @@
 #define _CRT_SECURE_NO_WARNINGS
 
 /*
- * we need to include <windows.h> explicity before <winsock2.h> because
+ * we need to include <windows.h> explicitly before <winsock2.h> because
  * the warning 4201 is enabled in <windows.h>
  */
 #include <windows.h>