Browse Source

Typo in a comment

Source commit: ae77574ca1bcb603aa502718a7fe950216889d48
Martin Prikryl 6 năm trước cách đây
mục cha
commit
a65b26821a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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(