diff options
| author | andvar <andvar@NetBSD.org> | 2021-08-21 11:55:24 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2021-08-21 11:55:24 +0000 |
| commit | b0a37f4e202d2ca22da5f3f4cb7ffc2f3672346d (patch) | |
| tree | b0dbabeeba11de6656ae1007b3d5be503c6d20d3 /libexec/httpd | |
| parent | 1ad29d45d9a4ca33dc62e582e33f54b5d7bdb6d6 (diff) | |
fix some more typos in comments/log messages, improve wording as well.
Diffstat (limited to 'libexec/httpd')
| -rw-r--r-- | libexec/httpd/bozohttpd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/httpd/bozohttpd.c b/libexec/httpd/bozohttpd.c index f619567ba82..ffc9f4bb14a 100644 --- a/libexec/httpd/bozohttpd.c +++ b/libexec/httpd/bozohttpd.c @@ -1,4 +1,4 @@ -/* $NetBSD: bozohttpd.c,v 1.132 2021/05/05 07:41:48 mrg Exp $ */ +/* $NetBSD: bozohttpd.c,v 1.133 2021/08/21 11:55:24 andvar Exp $ */ /* $eterna: bozohttpd.c,v 1.178 2011/11/18 09:21:15 mrg Exp $ */ @@ -1459,7 +1459,7 @@ use_slashdir: /* * checks to see if this request has a valid .bzredirect file. returns - * 0 when no redirection happend, or 1 when handle_redirect() has been + * 0 when no redirection happened, or 1 when handle_redirect() has been * called, -1 on error. */ static int |
