diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-08-26 15:03:53 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-08-26 15:03:53 +0000 |
commit | 9262c6138ee269abf6b5885838e1db7e0d9b330a (patch) | |
tree | 7629aead72c16c3da6a2f8a32cefd793ed42e60a /src/core/ngx_string.c | |
parent | 764c5eca29dfda36b8e5866a72a1734709738d3c (diff) | |
download | nginx-9262c6138ee269abf6b5885838e1db7e0d9b330a.tar.gz nginx-9262c6138ee269abf6b5885838e1db7e0d9b330a.zip |
fix typo
Diffstat (limited to 'src/core/ngx_string.c')
-rw-r--r-- | src/core/ngx_string.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_string.c b/src/core/ngx_string.c index 0e33e3804..62dde82d9 100644 --- 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 *src) * * reserved: * %t ptrdiff_t - * %S null-teminated wchar string + * %S null-terminated wchar string * %C wchar */ |