Browse Source

Merge branch 'master' into develop

Taylor Otwell 13 years ago
parent
commit
7579715563
2 changed files with 2 additions and 2 deletions
  1. 1 1
      application/config/error.php
  2. 1 1
      system/db/eloquent/model.php

+ 1 - 1
application/config/error.php

@@ -46,7 +46,7 @@ return array(
 	| level such as "Parsing Error" or "Fatal Error".
 	|
 	| A simple logging system has been setup for you. By default, all errors
-	| will be logged to the application/log.txt file.
+	| will be logged to the storage/log.txt file.
 	|
 	*/
 

+ 1 - 1
system/db/eloquent/model.php

@@ -9,7 +9,7 @@ use System\DB\Manager;
 abstract class Model {
 
 	/**
-	 * The connection that shold be used for the model.
+	 * The connection that should be used for the model.
 	 *
 	 * @var string
 	 */