]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* support/htpasswd.c: Fix typo. [skip ci]
authorJoe Orton <jorton@apache.org>
Wed, 16 Dec 2020 16:39:44 +0000 (16:39 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 16 Dec 2020 16:39:44 +0000 (16:39 +0000)
Submitted by: Ikko Ashimine <eltociear gmail.com>
Github: closes #149

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1884509 13f79535-47bb-0310-9956-ffa450edef68

support/htpasswd.c

index 2bb6d08247b3a0647f1877ee8e4e5dc72699ead3..c5765322be3b0c6df8ee2488d709b55c359666dc 100644 (file)
@@ -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,