X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FBndLib%2FBndLib_Add3dCurve.cxx;h=c313521212b1a12d2674052e962226bfd180eca5;hb=21c7c457012cc6d981fb47d24abd33edfecf90af;hpb=81ff49158aee6c2d6df6d03baabc57fbc5cd7385 diff --git a/src/BndLib/BndLib_Add3dCurve.cxx b/src/BndLib/BndLib_Add3dCurve.cxx index c7226d9d50..c313521212 100644 --- a/src/BndLib/BndLib_Add3dCurve.cxx +++ b/src/BndLib/BndLib_Add3dCurve.cxx @@ -221,7 +221,7 @@ void BndLib_Add3dCurve::Add( const Adaptor3d_Curve& C, else { //////////////////////////////////////////////// // modified by NIZHNY-EAP Fri Dec 3 14:29:14 1999 ___BEGIN___ - // To avoid exeption in Segment + // To avoid exception in Segment if(Bsaux->FirstParameter() > U1) u1 = Bsaux->FirstParameter(); if(Bsaux->LastParameter() < U2 ) u2 = Bsaux->LastParameter(); // modified by NIZHNY-EAP Fri Dec 3 14:29:18 1999 ___END___