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

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(