summaryrefslogtreecommitdiff
path: root/sites/default
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-09-14 19:03:04 +0000
committerDries Buytaert <dries@buytaert.net>2009-09-14 19:03:04 +0000
commit7e7edd8fb9168999bfecbfa023ecc7cb2efe7f43 (patch)
tree80c9347f3f8fb58fed407012a13393cad1716bd6 /sites/default
parent98dd2f335b0742c305da612b21814074b9697905 (diff)
downloadbrdo-7e7edd8fb9168999bfecbfa023ecc7cb2efe7f43.tar.gz
brdo-7e7edd8fb9168999bfecbfa023ecc7cb2efe7f43.tar.bz2
- Patch #576516 by David_Rothstein: fixed documentation.
Diffstat (limited to 'sites/default')
-rw-r--r--sites/default/default.settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index 245cfb4c8..161840cff 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -71,7 +71,7 @@
* password, host, and database name.
*
* Some database engines support transactions. In order to enable
- * transaction support for a given database, set the 'transaction' key
+ * transaction support for a given database, set the 'transactions' key
* to TRUE. To disable it, set it to FALSE. Note that the default value
* varies by driver. For MySQL, the default is FALSE since MyISAM tables
* do not support transactions.