ソースを参照

Typo in a comment

Source commit: ae77574ca1bcb603aa502718a7fe950216889d48
Martin Prikryl 6 年 前
コミット
a65b26821a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      source/windows/GUITools.h

+ 1 - 1
source/windows/GUITools.h

@@ -187,7 +187,7 @@ class TUIStateAwareLabel : public TLabel
 protected:
   DYNAMIC void __fastcall DoDrawText(TRect & Rect, int Flags);
 };
-// FindComponentClass takes parameter by referece and as such it cannot be implemented in
+// FindComponentClass takes parameter by reference and as such it cannot be implemented in
 // an inline method without a compiler warning, which we cannot suppress in a macro.
 // And having the implementation in a real code (not macro) also allows us to debug the code.
 void __fastcall FindComponentClass(