[nginx] Typo.
Maxim Dounin
mdounin at mdounin.ru
Fri Nov 28 13:57:44 UTC 2014
details: http://hg.nginx.org/nginx/rev/58956c644ad0
branches:
changeset: 5924:58956c644ad0
user: Maxim Dounin <mdounin at mdounin.ru>
date: Fri Nov 28 16:57:23 2014 +0300
description:
Typo.
diffstat:
src/core/ngx_crypt.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff --git a/src/core/ngx_crypt.c b/src/core/ngx_crypt.c
--- a/src/core/ngx_crypt.c
+++ b/src/core/ngx_crypt.c
@@ -66,7 +66,7 @@ ngx_crypt_apr1(ngx_pool_t *pool, u_char
size_t saltlen, keylen;
ngx_md5_t md5, ctx1;
- /* Apache's apr1 crypt is Paul-Henning Kamp's md5 crypt with $apr1$ magic */
+ /* Apache's apr1 crypt is Poul-Henning Kamp's md5 crypt with $apr1$ magic */
keylen = ngx_strlen(key);
More information about the nginx-devel
mailing list