summaryrefslogtreecommitdiff
path: root/sql/password.c
diff options
context:
space:
mode:
Diffstat (limited to 'sql/password.c')
-rw-r--r--sql/password.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/password.c b/sql/password.c
index 0ac91346a55..b9f3a07e596 100644
--- a/sql/password.c
+++ b/sql/password.c
@@ -35,7 +35,7 @@
update user set password=PASSWORD("hello") where user="test"
This saves a hashed number as a string in the password field.
- The new autentication is performed in following manner:
+ The new authentication is performed in following manner:
SERVER: public_seed=create_random_string()
send(public_seed)