summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.install')
-rw-r--r--modules/system/system.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index 65deea35a..010f0922d 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -930,7 +930,7 @@ function system_schema() {
'not null' => TRUE,
'default' => 0),
'info' => array(
- 'description' => t("A serialized array containing information from the module's .info file; keys can include name, description, package, version, core, dependencies, depedents, and php."),
+ 'description' => t("A serialized array containing information from the module's .info file; keys can include name, description, package, version, core, dependencies, dependents, and php."),
'type' => 'text',
'not null' => FALSE)
),