changeset 3046:52e984126b2c

fix typo
author Igor Sysoev <igor@sysoev.ru>
date Wed, 26 Aug 2009 15:03:53 +0000
parents 46b207c9dafd
children d02b6123b4dc
files src/core/ngx_string.c src/os/unix/ngx_process_cycle.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/core/ngx_string.c	Wed Aug 26 05:19:57 2009 +0000
+++ b/src/core/ngx_string.c	Wed Aug 26 15:03:53 2009 +0000
@@ -90,7 +90,7 @@
  *
  *  reserved:
  *    %t                        ptrdiff_t
- *    %S                        null-teminated wchar string
+ *    %S                        null-terminated wchar string
  *    %C                        wchar
  */
 
--- a/src/os/unix/ngx_process_cycle.c	Wed Aug 26 05:19:57 2009 +0000
+++ b/src/os/unix/ngx_process_cycle.c	Wed Aug 26 15:03:53 2009 +0000
@@ -145,7 +145,7 @@
             delay *= 2;
 
             ngx_log_debug1(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
-                           "temination cycle: %d", delay);
+                           "termination cycle: %d", delay);
 
             itv.it_interval.tv_sec = 0;
             itv.it_interval.tv_usec = 0;