diff src/core/ngx_string.c @ 3046:52e984126b2c

fix typo
author Igor Sysoev <igor@sysoev.ru>
date Wed, 26 Aug 2009 15:03:53 +0000
parents 41e7d9153967
children 204ea173234f
line wrap: on
line diff
--- a/src/core/ngx_string.c
+++ b/src/core/ngx_string.c
@@ -90,7 +90,7 @@ ngx_pstrdup(ngx_pool_t *pool, ngx_str_t 
  *
  *  reserved:
  *    %t                        ptrdiff_t
- *    %S                        null-teminated wchar string
+ *    %S                        null-terminated wchar string
  *    %C                        wchar
  */