fixed a typo in defaultorchardShell

This commit is contained in:
andy zheng
2016-03-14 18:06:10 -04:00
parent 2273d38a7f
commit 82c9baad18

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");
}
}
}