diff options
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index 874c3acdc..8de8894e3 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -3866,7 +3866,7 @@ function drupal_write_record($table, &$object, $primary_keys = array()) { * Information stored in the module.info file: * - name: The real name of the module for display purposes. * - description: A brief description of the module. - * - dependencies: An array of shortnames of other modules this module depends on. + * - dependencies: An array of shortnames of other modules this module requires. * - package: The name of the package of modules this module belongs to. * * Example of .info file: |