From 41f5f57c1f42238cd6e26650462db57fff924052 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 11 Oct 2015 06:54:07 -0400 Subject: [PATCH] Fix typo Signed-off-by: Marc Delisle --- libraries/server_privileges.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/server_privileges.lib.php b/libraries/server_privileges.lib.php index afef584834..fcf7eea216 100644 --- a/libraries/server_privileges.lib.php +++ b/libraries/server_privileges.lib.php @@ -5001,7 +5001,7 @@ function PMA_getSqlQueriesForDisplayAndAddUser($username, $hostname, $password) } else { $password_set_real = null; - // Set the proper hasing method + // Set the proper hashing method PMA_setProperPasswordHashing( $_REQUEST['authentication_plugin'] );