From 9e8911662f72f2a3a4ec0353629cc4d45f3bc0d1 Mon Sep 17 00:00:00 2001 From: Justin Freeman Date: Sat, 5 Aug 2017 12:49:40 +1000 Subject: [PATCH] CRM-21018 CIVICRM-261 Fix spelling Occurred not Occured --- CRM/Core/Error.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/Error.php b/CRM/Core/Error.php index 3100455826..ff69cac331 100644 --- a/CRM/Core/Error.php +++ b/CRM/Core/Error.php @@ -373,7 +373,7 @@ class CRM_Core_Error extends PEAR_ErrorStack { $out['backtrace'] = self::parseBacktrace(debug_backtrace()); $message .= '

See console for backtrace

'; } - CRM_Core_Session::setStatus($message, ts('Sorry an Error Occured'), 'error'); + CRM_Core_Session::setStatus($message, ts('Sorry an Error Occurred'), 'error'); CRM_Core_Transaction::forceRollbackIfEnabled(); CRM_Core_Page_AJAX::returnJsonResponse($out); } -- 2.25.1