Преглед изворни кода

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;