浏览代码

Typo in comment

Source commit: 29ed60bc439ec903a8b983c32657de7fe8e907bb
Martin Prikryl 7 年之前
父节点
当前提交
e086ac5656
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/packages/filemng/CustomDirView.pas

+ 1 - 1
source/packages/filemng/CustomDirView.pas

@@ -3167,7 +3167,7 @@ begin
 end;
 
 // WM_SETFOCUS works even when focus is moved to another window/app,
-// while .Enter works only when focus is moved to order control of the same window.
+// while .Enter works only when focus is moved to other control of the same window.
 procedure TCustomDirView.WMSetFocus(var Message: TWMSetFocus);
 begin
   inherited;