Salome HOME
error message correction
authordmv <dmv@opencascade.com>
Wed, 17 Feb 2010 10:10:04 +0000 (10:10 +0000)
committerdmv <dmv@opencascade.com>
Wed, 17 Feb 2010 10:10:04 +0000 (10:10 +0000)
src/GEOMImpl/GEOMImpl_PointDriver.cxx

index e8f31b4937617fe7dc20b36494b60e7702f74e4d..2c780cd3f05619670953ae533c0df8ddac084f57 100644 (file)
@@ -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");
         }
       }
     }