Salome HOME
Unicode support
[modules/geom.git] / src / GEOMToolsGUI / GEOMToolsGUI_NbIsosDlg.cxx
index 89fd1366f28bb26f71ebc0162b30eeac3ec7c8f8..561ccfacc85f63e6fa5b7a00f70d2452ab0cacba 100644 (file)
@@ -130,7 +130,7 @@ GEOMToolsGUI_NbIsosDlg::GEOMToolsGUI_NbIsosDlg(QWidget* parent )
   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);
 }