From becb6f902fbbe158356b81b791aa49e9db6ec545 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 1 Jul 2009 08:41:52 +0000 Subject: - Patch #437822 by jhodgdon: corrected documentation. --- 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 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, -- cgit v1.2.3