瀏覽代碼

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)