summaryrefslogtreecommitdiff
path: root/modules/module.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/module.module')
-rw-r--r--modules/module.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/module.module b/modules/module.module
index 2ae3edb81..e4140ce22 100644
--- a/modules/module.module
+++ b/modules/module.module
@@ -5,7 +5,7 @@ $module = array("help" => "module_help",
function module_help() {
?>
- The module administration page provide you a list of all available modules. Moreover, it allows you to "rehash" modules. Whenever you install a new module or when an existing module has been changed or updated, it requires "rehasing": when you rehash a module, the module is registered to the engine and properly initialized.
+ The module administration page provide you a list of all available modules. Moreover, it allows you to "rehash" modules. Whenever you install a new module or when an existing module has been changed or updated, it requires "rehashing": when you rehash a module, the module is registered to the engine and properly initialized.
<?php
}