aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_crypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_crypt.c')
-rw-r--r--src/core/ngx_crypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_crypt.c b/src/core/ngx_crypt.c
index e2376c6f1..d7d068c6a 100644
--- 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 *key, u_char *salt, u_char **encrypted)
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);