Explorar el Código

Typo in comment

Source commit: efde3e1ff328a052375a9f928a3b878ede9a645f
Martin Prikryl hace 7 años
padre
commit
627912b90a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;