You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2020/06/10 08:07:09 UTC

svn commit: r1878703 - /httpd/httpd/trunk/support/htpasswd.c

Author: jorton
Date: Wed Jun 10 08:07:08 2020
New Revision: 1878703

URL: http://svn.apache.org/viewvc?rev=1878703&view=rev
Log:
* support/htpasswd.c (usage): Fix typo. [skip ci]

Modified:
    httpd/httpd/trunk/support/htpasswd.c

Modified: httpd/httpd/trunk/support/htpasswd.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/support/htpasswd.c?rev=1878703&r1=1878702&r2=1878703&view=diff
==============================================================================
--- httpd/httpd/trunk/support/htpasswd.c (original)
+++ httpd/httpd/trunk/support/htpasswd.c Wed Jun 10 08:07:08 2020
@@ -111,7 +111,7 @@ static void usage(void)
         " -m  Force MD5 encryption of the password (default)." NL
         " -2  Force SHA-256 crypt() hash of the password (secure)." NL
         " -5  Force SHA-512 crypt() hash of the password (secure)." NL
-        " -B  Force bcrypt aencryption of the password (very secure)." NL
+        " -B  Force bcrypt encryption of the password (very secure)." NL
         " -C  Set the computing time used for the bcrypt algorithm" NL
         "     (higher is more secure but slower, default: %d, valid: 4 to 17)." NL
         " -r  Set the number of rounds used for the SHA-256, SHA-512 algorithms" NL