Browse Source

Fixed minor spelling mistakes

Loic Sharma 12 years ago
parent
commit
4ea27c9daf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      laravel/database/eloquent/query.php

+ 2 - 2
laravel/database/eloquent/query.php

@@ -129,9 +129,9 @@ class Query {
 		{
 		{
 			foreach ($this->model_includes() as $relationship => $constraints)
 			foreach ($this->model_includes() as $relationship => $constraints)
 			{
 			{
-				// If the relationship is nested, we will skip laoding it here and let
+				// If the relationship is nested, we will skip loading it here and let
 				// the load method parse and set the nested eager loads on the right
 				// the load method parse and set the nested eager loads on the right
-				// relationship when it is getting ready to eager laod.
+				// relationship when it is getting ready to eager load.
 				if (str_contains($relationship, '.'))
 				if (str_contains($relationship, '.'))
 				{
 				{
 					continue;
 					continue;