Merge pull request #6582 from infofromca/typo

Fixed a typo in DefaultOrchardShell.cs
This commit is contained in:
Sébastien Ros
2016-03-14 15:32:35 -07:00

View File

@@ -108,7 +108,7 @@ namespace Orchard.Environment {
throw;
}
Logger.Error(ex, "An unexcepted error occured while terminating the Shell");
Logger.Error(ex, "An unexpected error occured while terminating the Shell");
}
}
}