From f864e0447ed3ff8b4d4e04a7de37fc7ed3ebcc47 Mon Sep 17 00:00:00 2001 From: "J.M" Date: Mon, 6 Jan 2014 16:11:40 +0100 Subject: [PATCH] Correct typo in phpdoc comment PMA_getHtmlToDisplayPrivilegesTable() function Signed-off-by: J.M --- 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 04366d0f55..54bf8aa105 100644 --- a/libraries/server_privileges.lib.php +++ b/libraries/server_privileges.lib.php @@ -578,7 +578,7 @@ function PMA_setUserGroup($username, $userGroup) * * @param string $db the database * @param string $table the table - * @param boolean $submit wheather to display the submit button or not + * @param boolean $submit whether to display the submit button or not * * @global array $cfg the phpMyAdmin configuration * @global ressource $user_link the database connection