diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-09-07 22:13:30 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-09-07 22:13:30 -0700 |
commit | afeb3bb8c47b4ffbacf4585946005bb899ef516b (patch) | |
tree | 6fe273d615fcda07791458bd63912b991e648da5 | |
parent | 9c721c4da6cbd57c9b60142215ada984c867f59d (diff) |
Fix typo.
-rw-r--r-- | modules/gallery/helpers/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/module.php b/modules/gallery/helpers/module.php index 736b6854..e3fb8684 100644 --- a/modules/gallery/helpers/module.php +++ b/modules/gallery/helpers/module.php @@ -139,7 +139,7 @@ class module_Core { } /** - * Allow modules to indicate the impact of deactivating the specifeid module + * Allow modules to indicate the impact of deactivating the specified module * @param string $module_name * @return array an array of warning or error messages to be displayed */ |