From de4de3bad85b4d6ae5517c565ba890becfe01304 Mon Sep 17 00:00:00 2001 From: Suha Can Date: Tue, 21 Jun 2011 11:06:59 -0700 Subject: [PATCH] Fixing a typo in message (by Kevin LaBranche) --HG-- branch : 1.x extra : transplant_source : %B9%9E%BF%1A%E4%AE_%84J%EB%85%1C%02%AF%84%97%06%FF%B9%99 --- .../Modules/Orchard.Packaging/Commands/PackagingCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Modules/Orchard.Packaging/Commands/PackagingCommands.cs b/src/Orchard.Web/Modules/Orchard.Packaging/Commands/PackagingCommands.cs index f538eb9f1..a57deee53 100644 --- a/src/Orchard.Web/Modules/Orchard.Packaging/Commands/PackagingCommands.cs +++ b/src/Orchard.Web/Modules/Orchard.Packaging/Commands/PackagingCommands.cs @@ -89,7 +89,7 @@ namespace Orchard.Packaging.Commands { } catch(Exception e) { // Exceptions area thrown by NuGet as error messages - throw new OrchardException(T(HttpUtility.HtmlDecode(T("Could not unintall the package: {0}", e.Message).Text))); + throw new OrchardException(T(HttpUtility.HtmlDecode(T("Could not uninstall the package: {0}", e.Message).Text))); } } }