Salome HOME
Unicode support
[modules/geom.git] / src / GEOMToolsGUI / GEOMToolsGUI_LineWidthDlg.cxx
index 8b98fe1de1072fd5d37032b015279b6cde39dfba..c4faaef99e6ca64df39fdbf759273429e46eed8c 100644 (file)
@@ -124,7 +124,7 @@ GEOMToolsGUI_LineWidthDlg::GEOMToolsGUI_LineWidthDlg (QWidget* parent, const QSt
   connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
   connect(buttonHelp, SIGNAL(clicked()), this, SLOT(ClickOnHelp()));
 
-  // Move widget on the botton right corner of main widget
+  // Move widget on the bottom right corner of main widget
   SUIT_Tools::centerWidget(this, parent);
 }