--HG--
branch : 1.x
This commit is contained in:
Renaud Paquay
2011-05-25 18:10:51 -07:00
parent 6de0700f3e
commit 56284c516a

View File

@@ -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;
}
}