Use American spelling: 'optimize'.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 16:14:58 +0000 (16:14 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 16:14:58 +0000 (16:14 +0000)
git-svn-id: http://svn.voria.com/code@1084 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/modules/mod_geometry/rectangle.cpp

index 87b59bb..e9c40b7 100644 (file)
@@ -490,7 +490,7 @@ Rectangle::accelerated_render(Context context,Surface *surface,int quality, cons
        right = std::min(w,right);
 */
 
-       // optimisation - if the whole tile is covered by this rectangle,
+       // optimization - if the whole tile is covered by this rectangle,
        // and the rectangle is a solid color, we don't need to render
        // what's behind us
        if (is_solid_color() && top == 0 && left == 0 && bottom == h && right == w)