Skip to content

Commit

Permalink
Fix a comment typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Jun 6, 2010
1 parent 4603d70 commit 0350cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gallery/helpers/module.php
Expand Up @@ -215,7 +215,7 @@ static function upgrade($module_name) {
}
}

// 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)) ) {
Expand Down

0 comments on commit 0350cf3

Please sign in to comment.