From f2716d5291f60c92d6a4f955104d4e5a22836591 Mon Sep 17 00:00:00 2001 From: dmv Date: Wed, 17 Feb 2010 10:10:04 +0000 Subject: [PATCH] error message correction --- src/GEOMImpl/GEOMImpl_PointDriver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } } } -- 2.39.2