summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-10-19 10:16:06 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-10-19 10:16:06 +0000
commitccb0c0a78f6f9e1029f471de67b0095755b91c8c (patch)
treedb3b3feb169c20a2c6efdaf31e5eebd451b769b4
parent5bf30f6811b240d62db6cf3623e19712c56292c8 (diff)
downloadbrdo-ccb0c0a78f6f9e1029f471de67b0095755b91c8c.tar.gz
brdo-ccb0c0a78f6f9e1029f471de67b0095755b91c8c.tar.bz2
#184653 by scor: typo fix in system_chema()'s schema documentation
-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 8c98a05bd..ecbd29bd0 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,