aboutsummaryrefslogtreecommitdiff
path: root/src/core/nginx.c
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2012-04-12 19:35:41 +0000
committerRuslan Ermilov <ru@nginx.com>2012-04-12 19:35:41 +0000
commit43d2b1c04562dbd7c651d8d135d93bb8116b9133 (patch)
treea2e14da5559f732dfe50a6bc7e78dae02080688b /src/core/nginx.c
parente6724ebe54f3cbe1869cf71a011db5f06e43742d (diff)
downloadnginx-43d2b1c04562dbd7c651d8d135d93bb8116b9133.tar.gz
nginx-43d2b1c04562dbd7c651d8d135d93bb8116b9133.zip
Fixed grammar in error messages.
Diffstat (limited to 'src/core/nginx.c')
-rw-r--r--src/core/nginx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nginx.c b/src/core/nginx.c
index 19feb0700..f21e77d30 100644
--- a/src/core/nginx.c
+++ b/src/core/nginx.c
@@ -649,7 +649,7 @@ ngx_exec_new_binary(ngx_cycle_t *cycle, char *const *argv)
if (ngx_rename_file(ccf->oldpid.data, ccf->pid.data) != NGX_OK) {
ngx_log_error(NGX_LOG_ALERT, cycle->log, ngx_errno,
ngx_rename_file_n " %s back to %s failed after "
- "the try to execute the new binary process \"%s\"",
+ "an attempt to execute new binary process \"%s\"",
ccf->oldpid.data, ccf->pid.data, argv[0]);
}
}