summaryrefslogtreecommitdiff
path: root/sites/default
diff options
context:
space:
mode:
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.