From b94f2716cfc4d1e91304a5fbf7783486932fa8c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Sun, 21 Oct 2007 18:59:02 +0000 Subject: #184867 by deekayen, catch and keith.smith: fix some spelling errors in our source code and messages printed --- modules/system/system.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.install') 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) ), -- cgit v1.2.3