Typo: 'bouding' -> 'bounding'.
[synfig.git] / synfig-core / trunk / src / synfig / curve_helper.cpp
index b9b22e8..00f95cf 100644 (file)
@@ -569,7 +569,7 @@ int intersect(const bezier<Point> &b, const Point &p)
 //Curve curve intersection
 void CIntersect::recurse_intersect(const SCurve &left, const SCurve &right, int depth)
 {
-       //reject curves that do not overlap with bouding boxes
+       //reject curves that do not overlap with bounding boxes
        if(!intersect(left.aabb,right.aabb)) return;
 
        //accept curves (and perform super detailed check for intersections)