diff options
Diffstat (limited to 'sql/password.c')
-rw-r--r-- | sql/password.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/password.c b/sql/password.c index 0ac91346a55..115c1ef83ef 100644 --- a/sql/password.c +++ b/sql/password.c @@ -65,7 +65,7 @@ #include <sha1.h> #include "mysql.h" -/************ MySQL 3.23-4.0 authentification routines: untouched ***********/ +/************ MySQL 3.23-4.0 authentication routines: untouched ***********/ /* New (MySQL 3.21+) random generation structure initialization @@ -280,7 +280,7 @@ void make_password_from_salt_323(char *to, const ulong *salt) /* - **************** MySQL 4.1.1 authentification routines ************* + **************** MySQL 4.1.1 authentication routines ************* */ /* |