diff --git a/panda/src/parametrics/parametricCurve.cxx b/panda/src/parametrics/parametricCurve.cxx index c4a062312f..4426e02a1d 100644 --- a/panda/src/parametrics/parametricCurve.cxx +++ b/panda/src/parametrics/parametricCurve.cxx @@ -202,7 +202,7 @@ calc_length() const { // Function: ParametricCurve::calc_length // Access: Published // Description: Approximates the length of the curve segment from -// parametric time from to time to. +// parametric time 'from' to time 'to'. //////////////////////////////////////////////////////////////////// float ParametricCurve:: calc_length(float from, float to) const { diff --git a/panda/src/parametrics/parametricCurveCollection.cxx b/panda/src/parametrics/parametricCurveCollection.cxx index e56efd1802..6b1a5f5c34 100644 --- a/panda/src/parametrics/parametricCurveCollection.cxx +++ b/panda/src/parametrics/parametricCurveCollection.cxx @@ -311,7 +311,7 @@ get_timewarp_curve(int n) const { // a new timewarp curve that maps distance along the // curve to parametric time, so that the distance // between any two points in parametric time is -// proprotional to the approximate distance of those +// proportional to the approximate distance of those // same two points along the XYZ curve. // // segments_per_unit represents the number of segments to