From: eap Date: Fri, 27 Aug 2021 16:19:08 +0000 (+0300) Subject: typo X-Git-Tag: V9_8_0a1~2^2^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=86b5d4b79ba8817cb377552c81e812753e29fcf9;p=modules%2Fsmesh.git typo --- diff --git a/src/SMESH_SWIG/SMeshHelper.cxx b/src/SMESH_SWIG/SMeshHelper.cxx index cfa7d7ef8..92991e20c 100644 --- a/src/SMESH_SWIG/SMeshHelper.cxx +++ b/src/SMESH_SWIG/SMeshHelper.cxx @@ -52,7 +52,7 @@ std::string GetMGLicenseKeyImpl(const char* gmfFile) errorTxt ); if ( !errorTxt.empty() ) { - std::cerr << "Error: Pb with MeshGens license: " << errorTxt << std::endl; + std::cerr << "Error: Pb with MeshGems license: " << errorTxt << std::endl; key = "<" + errorTxt + ">"; } return key;