Salome HOME
Add license
[modules/hexablock.git] / src / HEXABLOCK / HexElements_check.cxx
index 8e7378f7ddebb65f3d1b42473dd0b8a9734c06ae..d73fd11822e251b51b72d011cfa06b85f759a1dd 100644 (file)
@@ -1,7 +1,7 @@
 
 // C++ : Controle arguments
 
-// Copyright (C) 2009-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -304,7 +304,7 @@ void Elements::checkSense (int nro, Vertex* v1, Vertex* v2, Quad* quad)
    cpchar where = nro < 4 ? "start" : "target";
    setError (HERR);
    Mess << "Arguments nr " << nro << " and " << nro+2 
-        << " : these vertices doenst define an edge of the "
+        << " : these vertices do not define an edge of the "
         << where << " quad";
 }
 // ======================================================== checkPhi