From 445dc41e36a4aa9029f43f5271a0cb6a0d01cc61 Mon Sep 17 00:00:00 2001 From: Renaud Paquay Date: Sun, 11 Jul 2010 12:41:49 -0700 Subject: [PATCH] Fix spelling --HG-- branch : dev --- src/Orchard/Data/Migration/Commands/DataMigrationCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard/Data/Migration/Commands/DataMigrationCommands.cs b/src/Orchard/Data/Migration/Commands/DataMigrationCommands.cs index 24e8e3c4b..28dbb997b 100644 --- a/src/Orchard/Data/Migration/Commands/DataMigrationCommands.cs +++ b/src/Orchard/Data/Migration/Commands/DataMigrationCommands.cs @@ -52,7 +52,7 @@ namespace Orchard.Data.Migration.Commands { } [CommandName("create tables")] - [CommandHelp("create tables [/Drop:true|false] \r\n\t" + "Creates the database tables for the and optionaly drops them before if specified")] + [CommandHelp("create tables [/Drop:true|false] \r\n\t" + "Creates the database tables for the and optionally drops them before if specified")] [OrchardSwitches("Drop")] public string CreateTables(string featureName) { var stringInterpreter = new StringCommandInterpreter(Context.Output);