From: dmv Date: Wed, 17 Feb 2010 10:10:04 +0000 (+0000) Subject: error message correction X-Git-Tag: V5_1_4a1~59 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f2716d5291f60c92d6a4f955104d4e5a22836591;p=modules%2Fgeom.git error message correction --- diff --git a/src/GEOMImpl/GEOMImpl_PointDriver.cxx b/src/GEOMImpl/GEOMImpl_PointDriver.cxx index e8f31b493..2c780cd3f 100644 --- a/src/GEOMImpl/GEOMImpl_PointDriver.cxx +++ b/src/GEOMImpl/GEOMImpl_PointDriver.cxx @@ -206,7 +206,7 @@ Standard_Integer GEOMImpl_PointDriver::Execute(TFunction_Logbook& log) const } else if ( Dist <= Precision::Confusion() ) { aPnt = P1; } else { - Standard_TypeMismatch::Raise ("Shapes has not an Intersection Points"); + Standard_TypeMismatch::Raise ("Shapes have not an Intersection Point"); } } }