Merge pull request #5760 from sudhabisht/SMSissue
[civicrm-core.git] / CRM / Core / Lock.php
index bfa40d0db82eda0e09e86020ad791d8714ea3f5f..0a096909f8fbfefa9577d0fbebb94fd41a639017 100644 (file)
@@ -152,7 +152,7 @@ class CRM_Core_Lock {
    */
   public function hackyHandleBrokenCode($jobLog) {
     if (stristr($this->_name, 'job')) {
-      throw new CRM_Core_Exception('lock aquisition for ' . $this->_name . 'attempted when ' . $jobLog . 'is not released');
+      throw new CRM_Core_Exception('lock acquisition for ' . $this->_name . 'attempted when ' . $jobLog . 'is not released');
     }
     if (defined('CIVICRM_LOCK_DEBUG')) {
       CRM_Core_Error::debug_log_message('(CRM-12856) faking lock for ' . $this->_name);