X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomValidators%2FGeomValidators_BodyShapes.cpp;h=46af3b7ee0bd070aad187ec610c8f00170a51e12;hb=05c54697df5d6968704e869a4a21102a0477121f;hp=b00864d4d7851f00d74851041d68dbb79b0162a9;hpb=97917d3698f5a2f7fc9596e7c755ff8f6751e373;p=modules%2Fshaper.git diff --git a/src/GeomValidators/GeomValidators_BodyShapes.cpp b/src/GeomValidators/GeomValidators_BodyShapes.cpp index b00864d4d..46af3b7ee 100644 --- a/src/GeomValidators/GeomValidators_BodyShapes.cpp +++ b/src/GeomValidators/GeomValidators_BodyShapes.cpp @@ -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; } }