Salome HOME
Fixed too long line
[modules/shaper.git] / src / GeomValidators / GeomValidators_BodyShapes.cpp
index b00864d4d7851f00d74851041d68dbb79b0162a9..46af3b7ee0bd070aad187ec610c8f00170a51e12 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2020  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -65,7 +65,7 @@ bool GeomValidators_BodyShapes::isValid(const AttributePtr& theAttribute,
           break;
       }
       if (aIt == aResList.cend()) {
-        theError = "Error: Feature doesn't creates body.";
+        theError = "Error: Feature doesn't create body.";
         return false;
       }
     }