From 31b9e20ac6e31d350585cc353a0d0ef926e80758 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 9 Oct 2018 15:44:12 +0100 Subject: [PATCH] Fix spelling error ' script' rather than 'sript' --- CRM/Utils/System/Drupal.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CRM/Utils/System/Drupal.php b/CRM/Utils/System/Drupal.php index 0d6bf7e68f..370714df86 100644 --- a/CRM/Utils/System/Drupal.php +++ b/CRM/Utils/System/Drupal.php @@ -265,6 +265,7 @@ class CRM_Utils_System_Drupal extends CRM_Utils_System_DrupalBase { return TRUE; } + /** * @inheritDoc */ @@ -607,7 +608,7 @@ AND u.status = 1 //need to get back for windows. $firstVar = array_shift($pathVars); - //lets remove sript name to reduce one iteration. + //lets remove script name to reduce one iteration. array_pop($pathVars); // CRM-7429 -- do check for uppermost 'includes' dir, which would -- 2.25.1