Browse Source

Typo in comment

Source commit: 5f13d067f38231c44fc61139cf246cc0714605d2
Martin Prikryl 7 years ago
parent
commit
8a0c363e70
1 changed files with 1 additions and 1 deletions
  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())
   {