Browse Source

Typo in comment

Source commit: b9151999490f048ce9a7882f62b78484274c0088
Martin Prikryl 9 years ago
parent
commit
ef690eaa69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/windows/GUITools.cpp

+ 1 - 1
source/windows/GUITools.cpp

@@ -740,7 +740,7 @@ void __fastcall HideComponentsPanel(TForm * Form)
     TControl * Control = Form->Controls[Index];
 
     // Shift back bottom-anchored controls
-    // (needed for toolbar panel on Progress window and butons on Preferences dialog),
+    // (needed for toolbar panel on Progress window and buttons on Preferences dialog),
     if ((Control->Align == alNone) &&
         Control->Anchors.Contains(akBottom) &&
         !Control->Anchors.Contains(akTop))