瀏覽代碼

Typo in comment

Source commit: 5f13d067f38231c44fc61139cf246cc0714605d2
Martin Prikryl 7 年之前
父節點
當前提交
8a0c363e70
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/core/Common.cpp

+ 1 - 1
source/core/Common.cpp

@@ -1401,8 +1401,8 @@ int __fastcall FileGetAttrFix(const UnicodeString FileName)
 {
   // The default for FileGetAttr is to follow links
   bool FollowLink = true;
-  // But the FileGetAttr whe called for link with FollowLink set will always fail
   // WORKAROUND:
+  // But the FileGetAttr when called for link with FollowLink set will always fail
   // as its calls InternalGetFileNameFromSymLink, which test for CheckWin32Version(6, 0)
   if (!IsWinVista())
   {