Salome HOME
Typo-fix by Kunda
[modules/smesh.git] / src / Tools / padder / spadderpy / gui / inputdialog.py
index f0d81eaeccad2b109124a4a7d670013546db44bc..11d0665229c366a37602540a39305456d8df2bd0 100644 (file)
@@ -63,7 +63,7 @@ class InputDialog(GenericDialog):
         GenericDialog.__init__(self, parent, name, modal)
         # Set up the user interface from Designer.
         self.__ui = Ui_InputFrame()
-        # BE CAREFULL HERE, the ui form is NOT drawn in the global
+        # BE CAREFUL HERE, the ui form is NOT drawn in the global
         # dialog (already containing some generic widgets) but in the
         # center panel created in the GenericDialog as a void
         # container for the form. The InputFrame form is supposed