From c75f298c34a281e0a30959ceafcf515271ce945d Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 10 Jul 2011 23:36:49 -0500 Subject: [PATCH] fix typo in error class. --- system/error.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/error.php b/system/error.php index a4070fab..c1e64a7a 100644 --- a/system/error.php +++ b/system/error.php @@ -51,7 +51,7 @@ class Error { $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'))