소스 검색

Typo in comment

Source commit: efde3e1ff328a052375a9f928a3b878ede9a645f
Martin Prikryl 7 년 전
부모
커밋
627912b90a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      source/core/Common.cpp

+ 1 - 1
source/core/Common.cpp

@@ -1456,7 +1456,7 @@ int __fastcall FileGetAttrFix(const UnicodeString FileName)
   bool FollowLink = true;
   // WORKAROUND:
   // But the FileGetAttr when called for link with FollowLink set will always fail
-  // as its calls InternalGetFileNameFromSymLink, which test for CheckWin32Version(6, 0)
+  // as it calls InternalGetFileNameFromSymLink, which test for CheckWin32Version(6, 0)
   if (!IsWinVista())
   {
     FollowLink = false;