0031939: Coding - correction of spelling errors in comments
[occt.git] / src / Geom / Geom_BSplineCurve.cxx
index 7b4b7d5..54212d5 100644 (file)
@@ -502,7 +502,7 @@ void Geom_BSplineCurve::Segment(const Standard_Real U1,
   TColStd_Array1OfReal    Knots(1,2);
   TColStd_Array1OfInteger Mults(1,2);
 
-  // define param ditance to keep (eap, Apr 18 2002, occ311)
+  // define param distance to keep (eap, Apr 18 2002, occ311)
   if (periodic) {
     Standard_Real Period = LastParameter() - FirstParameter();
     DU = U2 - U1;