Merge pull request #989 from dprvig/develop

Fixed various typos throughout laravel folder.
This commit is contained in:
Dayle Rees
2012-07-27 03:54:40 -07:00
35 changed files with 61 additions and 61 deletions

View File

@@ -38,7 +38,7 @@ class Query {
);
/**
* Creat a new query instance for a model.
* Create a new query instance for a model.
*
* @param Model $model
* @return void
@@ -118,7 +118,7 @@ class Query {
$new = new $class(array(), true);
// We need to set the attributes manually in case the accessible property is
// set on the array which will prevent the mass assignemnt of attributes if
// set on the array which will prevent the mass assignment of attributes if
// we were to pass them in using the constructor or fill methods.
$new->fill_raw($result);