mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Merge pull request #6582 from infofromca/typo
Fixed a typo in DefaultOrchardShell.cs
This commit is contained in:
commit
dd326127ce
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user