diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-10-19 10:16:06 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-10-19 10:16:06 +0000 |
commit | ccb0c0a78f6f9e1029f471de67b0095755b91c8c (patch) | |
tree | db3b3feb169c20a2c6efdaf31e5eebd451b769b4 /modules/system | |
parent | 5bf30f6811b240d62db6cf3623e19712c56292c8 (diff) | |
download | brdo-ccb0c0a78f6f9e1029f471de67b0095755b91c8c.tar.gz brdo-ccb0c0a78f6f9e1029f471de67b0095755b91c8c.tar.bz2 |
#184653 by scor: typo fix in system_chema()'s schema documentation
Diffstat (limited to 'modules/system')
-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 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, |