This commit is contained in:
Igor Sysoev 2009-08-26 15:03:53 +00:00
parent 764c5eca29
commit 9262c6138e
2 changed files with 2 additions and 2 deletions

View File

@ -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
*/

View File

@ -145,7 +145,7 @@ ngx_master_process_cycle(ngx_cycle_t *cycle)
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;