From 5bebf977d6988651496edcb9ffa1cf177c0513e5 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 16 Dec 2020 16:39:44 +0000 Subject: [PATCH] * support/htpasswd.c: Fix typo. [skip ci] Submitted by: Ikko Ashimine Github: closes #149 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1884509 13f79535-47bb-0310-9956-ffa450edef68 --- support/htpasswd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/htpasswd.c b/support/htpasswd.c index 2bb6d08247b..c5765322be3 100644 --- a/support/htpasswd.c +++ b/support/htpasswd.c @@ -355,7 +355,7 @@ int main(int argc, const char * const argv[]) } else { /* - * Error out if -c was omitted for this non-existant file. + * Error out if -c was omitted for this non-existent file. */ if (!(mask & APHTP_NEWFILE)) { apr_file_printf(errfile, -- 2.47.3