diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-10-21 18:59:02 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-10-21 18:59:02 +0000 |
commit | b94f2716cfc4d1e91304a5fbf7783486932fa8c1 (patch) | |
tree | eec1247c3005598869732c7db68c0db316c66035 /modules/system/system.install | |
parent | 7c31bcdeac94c254130845c3959753b68c36ea1e (diff) | |
download | brdo-b94f2716cfc4d1e91304a5fbf7783486932fa8c1.tar.gz brdo-b94f2716cfc4d1e91304a5fbf7783486932fa8c1.tar.bz2 |
#184867 by deekayen, catch and keith.smith: fix some spelling errors in our source code and messages printed
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 2 |
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) ), |