瀏覽代碼

Typo in comment

Source commit: b9151999490f048ce9a7882f62b78484274c0088
Martin Prikryl 9 年之前
父節點
當前提交
ef690eaa69
共有 1 個文件被更改,包括 1 次插入1 次删除
  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))