Salome HOME
Typo-fix by Kunda
[modules/geom.git] / src / CurveCreator / CurveCreator_Diff.cxx
index a9f08d3023f9ce22861d061ed296a2052729a144..e27bd0aad39b61ad46b76436c02c7112f6133cb2 100644 (file)
@@ -103,7 +103,7 @@ bool CurveCreator_Diff::init(const CurveCreator_Curve *theCurve,
     if (myPRedo->init(theType, theIntParam)) {
       // Construct undo for RemoveSection command.
       // If the last section is removed, one AddSection command is enough.
-      // If not last section is removed, two commands are requred: AddSection
+      // If not last section is removed, two commands are required: AddSection
       // and MoveSection.
       const int aLastIndex = theCurve->getNbSections() - 1;