fixed typos / spelling

This commit is contained in:
Steffen Schröder
2014-05-02 15:26:07 +02:00
parent 36b76da5c9
commit e87a454ba7
7 changed files with 11 additions and 11 deletions

View File

@ -136,7 +136,7 @@ class Chat {
* @return bool
*/
public function sendException(\Exception $exception, $login = null) {
$message = "Exception occured: '{$exception->getMessage()}' ({$exception->getCode()})";
$message = "Exception occurred: '{$exception->getMessage()}' ({$exception->getCode()})";
$this->maniaControl->errorHandler->triggerDebugNotice($message);
$this->sendError($message, $login);
}