Typo: 'cludge' -> 'kluge'.
[synfig.git] / synfig-core / trunk / src / modules / mod_geometry / outline.cpp
index 356104a..01f7bd8 100644 (file)
@@ -99,7 +99,7 @@ Point line_intersection(
 
        float m1,m2;    // the slopes of each line
 
-       // compute slopes, note the cludge for infinity, however, this will
+       // compute slopes, note the kluge for infinity, however, this will
        // be close enough
 
        if ((x1-x0)!=0)