summaryrefslogtreecommitdiff
path: root/includes/module.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/module.inc')
-rw-r--r--includes/module.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/module.inc b/includes/module.inc
index 4c4d5eba0..e1c1652f4 100644
--- a/includes/module.inc
+++ b/includes/module.inc
@@ -296,7 +296,7 @@ function module_disable($module_list) {
module_implements('', FALSE, TRUE);
}
- // If there remains no more node_access module, rebuilding will be
+ // If there remains no more node_access module, rebuilding will be
// straightforward, we can do it right now.
if (node_access_needs_rebuild() && count(module_implements('node_grants')) == 0) {
node_access_rebuild();