diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-06-05 22:50:20 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-06-05 22:50:20 -0700 |
commit | 0350cf3cd85d0ca89d3a9fb1385d43350d3df9aa (patch) | |
tree | d451cf3f4fa3ca39ee47860c09e66b555bfc707a | |
parent | 4603d7010da1617d74bb48a7c0da5bd221f8a0d4 (diff) |
Fix a comment 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 18d65ed5..12cec38c 100644 --- a/modules/gallery/helpers/module.php +++ b/modules/gallery/helpers/module.php @@ -215,7 +215,7 @@ class module_Core { } } - // Now the module is upgraded so deactivate it, but we can'it deactivae gallery or the + // Now the module is upgraded so deactivate it, but we can't deactivate gallery or the // current identity provider. $identity_provider = module::get_var("gallery", "identity_provider", "user"); if (!in_array($module_name, array("gallery", $identity_provider)) ) { |