From 255d61a3df2ffd41fd993d452e61b11d28d55ebe Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 6 May 2020 22:27:11 -0700 Subject: [PATCH] (NFC) Fix typos in comments --- setup/plugins/installDatabase/BootstrapCivi.civi-setup.php | 2 +- setup/plugins/installDatabase/Preboot.civi-setup.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/plugins/installDatabase/BootstrapCivi.civi-setup.php b/setup/plugins/installDatabase/BootstrapCivi.civi-setup.php index a1d153154b..3592e35435 100644 --- a/setup/plugins/installDatabase/BootstrapCivi.civi-setup.php +++ b/setup/plugins/installDatabase/BootstrapCivi.civi-setup.php @@ -6,7 +6,7 @@ * * GOAL: All the standard services (database, DAOs, translations, settings, etc) should be loaded. * - * MECHANICS: This is basically calls `CRM_Core_Config::singleton(TRUE,TRUE)`. + * MECHANICS: This basically calls `CRM_Core_Config::singleton(TRUE,TRUE)`. * * NOTE: This is technically a *reboot*. `Preboot` started things off, but it * booted with `CRM_Core_Config::singleton($loadFromDB==FALSE)`. Now, the DB is diff --git a/setup/plugins/installDatabase/Preboot.civi-setup.php b/setup/plugins/installDatabase/Preboot.civi-setup.php index f3166d8297..116a502467 100644 --- a/setup/plugins/installDatabase/Preboot.civi-setup.php +++ b/setup/plugins/installDatabase/Preboot.civi-setup.php @@ -5,7 +5,7 @@ * Perform an initial, partial bootstrap. * * GOAL: This should provide sufficient services for `InstallSchema` to generate - * For example, `ts()` needs to be online.. + * For example, `ts()` needs to be online. * * MECHANICS: This basically loads `civicrm.settings.php` and calls * `CRM_Core_Config::singleton(FALSE,TRUE)`. -- 2.25.1