diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-12-11 11:06:20 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-12-11 11:06:20 +0000 |
commit | 45fdb988fefe4c98b09a87c9c47cb93b5ff78742 (patch) | |
tree | fa9c96df299218da03c071a5b0283f3a3b292f1b | |
parent | b8989b9694b4ef7305a60abf795b4a88c6016c1d (diff) | |
download | nginx-45fdb988fefe4c98b09a87c9c47cb93b5ff78742.tar.gz nginx-45fdb988fefe4c98b09a87c9c47cb93b5ff78742.zip |
fix typo
-rw-r--r-- | docs/xml/nginx/changes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 3c7117eb8..b19d1bff4 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -82,7 +82,7 @@ ngx_http_auth_basic_module игнорировал пользователя, если он был указан </para> <para lang="en"> ngx_http_auth_basic_module ignored the user if it was in the last line in -the password file and there was no the carriadge return, the line feed, +the password file and there was no the carriage return, the line feed, or the ":" symbol after the password. </para> </change> |