error message correction

This commit is contained in:
dmv 2010-02-17 10:10:04 +00:00
parent 78882bc8cf
commit f2716d5291

View 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");
}
}
}