mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fix typo
--HG-- branch : 1.x
This commit is contained in:
@@ -134,7 +134,7 @@ namespace Orchard.FileSystems.VirtualPath {
|
||||
return FileExists(virtualPath);
|
||||
}
|
||||
catch (Exception e) {
|
||||
Logger.Information(e, "File '{0}' can not be checked for exitence. Assuming doesn't exist.", virtualPath);
|
||||
Logger.Information(e, "File '{0}' can not be checked for existence. Assuming doesn't exist.", virtualPath);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user