소스 검색

Typo in comment

Source commit: d0b9a545c6ed01bf0898a183c73f1c2f992eb929
Martin Prikryl 8 년 전
부모
커밋
e7636a70bd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      source/windows/VCLCommon.cpp

+ 1 - 1
source/windows/VCLCommon.cpp

@@ -899,7 +899,7 @@ void __fastcall ApplySystemSettingsOnControl(TControl * Control)
     }
   }
 
-  // WORKAROUND for lack of public API so mimicking Explorer-style mouse selection
+  // WORKAROUND for lack of public API for mimicking Explorer-style mouse selection
   // See https://stackoverflow.com/q/15750842/850848
   if (IEListView != NULL)
   {