summaryrefslogtreecommitdiff
path: root/modules/help
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-07-31 19:59:20 +0000
committerDries Buytaert <dries@buytaert.net>2009-07-31 19:59:20 +0000
commit4bf17d30d3f70f960d140f623e5d6969bbc35356 (patch)
tree691c3768685faac83152b4f150b1a27836313319 /modules/help
parent444e58c71af2790dc1849fd5cf02545051cc010e (diff)
downloadbrdo-4bf17d30d3f70f960d140f623e5d6969bbc35356.tar.gz
brdo-4bf17d30d3f70f960d140f623e5d6969bbc35356.tar.bz2
- Patch #536784 by deekayen: fixed spelling of the word 'permission'.
Diffstat (limited to 'modules/help')
-rw-r--r--modules/help/help.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/help/help.test b/modules/help/help.test
index 770901185..4229b95e9 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',
);
}