mirror of
https://github.com/nginx/nginx.git
synced 2025-06-11 20:36:49 +08:00
fix typo
This commit is contained in:
parent
764c5eca29
commit
9262c6138e
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user