CRM-21018 CIVICRM-261 Fix spelling Occurred not Occured
authorJustin Freeman <justin@agileware.com.au>
Sat, 5 Aug 2017 02:49:40 +0000 (12:49 +1000)
committerJustin Freeman <justin@agileware.com.au>
Sat, 5 Aug 2017 02:49:40 +0000 (12:49 +1000)
CRM/Core/Error.php

index 3100455826538a7e86138c58601060c9f195f03a..ff69cac331f550812271c9fc53cf80c07764037f 100644 (file)
@@ -373,7 +373,7 @@ class CRM_Core_Error extends PEAR_ErrorStack {
         $out['backtrace'] = self::parseBacktrace(debug_backtrace());
         $message .= '<p><em>See console for backtrace</em></p>';
       }
-      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);
     }