From 4ba5e56251fa3f01fbb2dbd986a9e7e1f3181cf7 Mon Sep 17 00:00:00 2001 From: dooglus Date: Tue, 30 Oct 2007 16:14:58 +0000 Subject: [PATCH] Use American spelling: 'optimize'. git-svn-id: http://svn.voria.com/code@1084 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/src/modules/mod_geometry/rectangle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synfig-core/trunk/src/modules/mod_geometry/rectangle.cpp b/synfig-core/trunk/src/modules/mod_geometry/rectangle.cpp index 87b59bb..e9c40b7 100644 --- a/synfig-core/trunk/src/modules/mod_geometry/rectangle.cpp +++ b/synfig-core/trunk/src/modules/mod_geometry/rectangle.cpp @@ -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) -- 2.7.4