Fix spelling

--HG--
branch : dev
This commit is contained in:
Renaud Paquay 2010-07-11 12:41:49 -07:00
parent 5a7724e2e1
commit 445dc41e36

View File

@ -52,7 +52,7 @@ namespace Orchard.Data.Migration.Commands {
}
[CommandName("create tables")]
[CommandHelp("create tables <feature-name> [/Drop:true|false] \r\n\t" + "Creates the database tables for the <feature-name> and optionaly drops them before if specified")]
[CommandHelp("create tables <feature-name> [/Drop:true|false] \r\n\t" + "Creates the database tables for the <feature-name> and optionally drops them before if specified")]
[OrchardSwitches("Drop")]
public string CreateTables(string featureName) {
var stringInterpreter = new StringCommandInterpreter(Context.Output);