diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-07-01 08:41:52 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-07-01 08:41:52 +0000 |
commit | becb6f902fbbe158356b81b791aa49e9db6ec545 (patch) | |
tree | 48f5c3cf3c472b73a2cd8feb47bb0ca16055f21f /modules/system/system.install | |
parent | fb125851a3cc5aa494ee315a5d7d129e2995a81f (diff) | |
download | brdo-becb6f902fbbe158356b81b791aa49e9db6ec545.tar.gz brdo-becb6f902fbbe158356b81b791aa49e9db6ec545.tar.bz2 |
- Patch #437822 by jhodgdon: corrected documentation.
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 d34a16943..2afc9152f 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -757,7 +757,7 @@ function system_schema() { 'default' => 0, ), 'status' => array( - 'description' => 'A bitmapped field indicating the status of the file the least sigifigant bit indicates temporary (1) or permanent (0). Temporary files older than DRUPAL_MAXIMUM_TEMP_FILE_AGE will be removed during a cron run.', + 'description' => 'A bitmapped field indicating the status of the file. The least significant bit indicates temporary (0) or permanent (1). Temporary files older than DRUPAL_MAXIMUM_TEMP_FILE_AGE will be removed during a cron run.', 'type' => 'int', 'not null' => TRUE, 'default' => 0, |