From ccb0c0a78f6f9e1029f471de67b0095755b91c8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Fri, 19 Oct 2007 10:16:06 +0000 Subject: [PATCH] #184653 by scor: typo fix in system_chema()'s schema documentation --- modules/system/system.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/system.install b/modules/system/system.install index 8c98a05bd3a..ecbd29bd0d4 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -692,7 +692,7 @@ function system_schema() { 'not null' => TRUE, 'default' => 0), 'link_path' => array( - 'description' => t('The Drupal path or external path this link point to.'), + 'description' => t('The Drupal path or external path this link points to.'), 'type' => 'varchar', 'length' => 255, 'not null' => TRUE,