summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
Diffstat (limited to 'sites')
-rw-r--r--sites/default/default.settings.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index 15c41a725..6c74139ec 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -67,8 +67,8 @@
* connection should use. This is usually the same as the name of the
* database type, such as mysql or sqlite, but not always. The other
* properties will vary depending on the driver. For SQLite, you must
- * specify a database file name in a directory that is writable by the
- * webserver. For most other drivers, you must specify a
+ * specify a database file name in a directory that is writable by the
+ * webserver. For most other drivers, you must specify a
* username, password, host, and database name.
*
* Some database engines support transactions. In order to enable
@@ -182,7 +182,7 @@ $update_free_access = FALSE;
*
* Example:
* $drupal_hash_salt = file_get_contents('/home/example/salt.txt');
- *
+ *
*/
$drupal_hash_salt = '';