Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-08-26 19:03:53 +0400
committerIgor Sysoev <igor@sysoev.ru>2009-08-26 19:03:53 +0400
commit9262c6138ee269abf6b5885838e1db7e0d9b330a (patch)
tree7629aead72c16c3da6a2f8a32cefd793ed42e60a /src/core/ngx_string.c
parent764c5eca29dfda36b8e5866a72a1734709738d3c (diff)
fix typo
Diffstat (limited to 'src/core/ngx_string.c')
-rw-r--r--src/core/ngx_string.c2
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
*/