fix typo in error class.

This commit is contained in:
Taylor Otwell 2011-07-10 23:36:49 -05:00
parent c30185eb27
commit c75f298c34
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public static function handle($e)
$file = $e->getFile();
}
// Trim the period off the error message since we will be formatting it oursevles.
// Trim the period off the error message since we will be formatting it ourselves.
$message = rtrim($e->getMessage(), '.');
if (Config::get('error.log'))