From 4bf17d30d3f70f960d140f623e5d6969bbc35356 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Fri, 31 Jul 2009 19:59:20 +0000 Subject: [PATCH] - Patch #536784 by deekayen: fixed spelling of the word 'permission'. --- modules/help/help.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/help/help.test b/modules/help/help.test index 7709011857f6..4229b95e96e2 100644 --- a/modules/help/help.test +++ b/modules/help/help.test @@ -8,7 +8,7 @@ class HelpTestCase extends DrupalWebTestCase { public static function getInfo() { return array( 'name' => 'Help functionality', - 'description' => 'Verify help display and user access to help based on persmissions.', + 'description' => 'Verify help display and user access to help based on permissions.', 'group' => 'Help', ); } -- GitLab