Переглянути джерело

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())
   {