فهرست منبع

Typo

Source commit: 7c44d0334d66a07aa179555675c3e5ab86e59716
Martin Prikryl 9 سال پیش
والد
کامیت
d12d85e0c6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      source/windows/VCLCommon.cpp

+ 1 - 1
source/windows/VCLCommon.cpp

@@ -673,7 +673,7 @@ void __fastcall ApplySystemSettingsOnControl(TControl * Control)
     }
   }
 
-  // WORKAROUND for lask of public API so mimicking Explorer-style mouse selection
+  // WORKAROUND for lack of public API so mimicking Explorer-style mouse selection
   // See http://stackoverflow.com/q/15750842/850848
   TCustomIEListView * IEListView = dynamic_cast<TCustomIEListView *>(Control);
   if (IEListView != NULL)