Browse Source

fix typo in error class.

Taylor Otwell 13 years ago
parent
commit
c75f298c34
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/error.php

+ 1 - 1
system/error.php

@@ -51,7 +51,7 @@ class Error {
 			$file = $e->getFile();
 			$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(), '.');
 		$message = rtrim($e->getMessage(), '.');
 
 
 		if (Config::get('error.log'))
 		if (Config::get('error.log'))