Fixed various typos throughout laravel folder.

Signed-off-by: Josh Miller <josh@joshmmiller.com>
This commit is contained in:
Josh Miller
2012-07-21 20:18:55 -04:00
parent 845023fc80
commit 0ea30993d4
36 changed files with 159 additions and 159 deletions

View File

@@ -260,7 +260,7 @@ class SQLServer extends Grammar {
}
/**
* Generate the SQL statement for a drop unqiue key command.
* Generate the SQL statement for a drop unique key command.
*
* @param Table $table
* @param Fluent $command
@@ -357,7 +357,7 @@ class SQLServer extends Grammar {
}
/**
* Generate the data-type definintion for a decimal.
* Generate the data-type definition for a decimal.
*
* @param Fluent $column
* @return string