mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Merge pull request #6582 from infofromca/typo
Fixed a typo in DefaultOrchardShell.cs
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user