Salome HOME
2.17. Improved management of overconstraint situation: VPA correction in symbol prs...
[modules/shaper.git] / src / PartSet / PartSet_WidgetEditor.h
index a4f611146f83e9940b3b481c6359ba4499fd5954..3536ebfafb61317443e4e6db262872bcdb95dd5c 100644 (file)
@@ -16,7 +16,7 @@ class ModuleBase_IWorkshop;
 
 /**
 * \ingroup Modules
-* Customosation of ModuleBase_WidgetEditor in order to do not show the editor value if the mouse
+* Customization of ModuleBase_WidgetEditor in order to do not show the editor value if the mouse
 * cursor is not over the OCC window
 */
 class PARTSET_EXPORT PartSet_WidgetEditor : public ModuleBase_WidgetEditor
@@ -26,7 +26,7 @@ Q_OBJECT
   /// Constructor
   /// \param theParent the parent object
   /// \param theWorkshop instance of workshop interface
-  /// \param theData the widget configuation. The attribute of the model widget is obtained from
+  /// \param theData the widget configuration. The attribute of the model widget is obtained from
   /// \param theParentId is Id of a parent of the current attribute
   PartSet_WidgetEditor(QWidget* theParent, ModuleBase_IWorkshop* theWorkshop,
                        const Config_WidgetAPI* theData, const std::string& theParentId);
@@ -42,4 +42,4 @@ private:
   ModuleBase_IWorkshop* myWorkshop; // the current workshop
 };
 
-#endif
\ No newline at end of file
+#endif