From dd2c4c28d28504022e7437247850594fae701725 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon <yahgrp@poplarware.com> Date: Sat, 10 Nov 2012 06:48:15 -0800 Subject: [PATCH] Issue #1829366 by gcassie: Fix up grammar and caps in default settings.php file --- sites/default/default.settings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 44993edf1657..20f449092fe1 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -149,7 +149,7 @@ * 'authmap' => 'shared_', * ), * @endcode - * You can also use a reference to a schema/database as a prefix. This maybe + * You can also use a reference to a schema/database as a prefix. This may be * useful if your Drupal installation exists in a schema that is not the default * or you want to access several databases from the same code base at the same * time. @@ -464,7 +464,7 @@ /** * String overrides: * - * To override specific strings on your site with or without enabling locale + * To override specific strings on your site with or without enabling the Locale * module, add an entry to this list. This functionality allows you to change * a small number of your site's default English language interface strings. * -- GitLab