From 87ea868ed5ee2c241c1f4740fc068c31dac70d88 Mon Sep 17 00:00:00 2001 From: dooglus Date: Tue, 30 Oct 2007 16:15:26 +0000 Subject: [PATCH] Typo 'accomodate' -> 'accommodate'. git-svn-id: http://svn.voria.com/code@1087 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/src/modules/lyr_std/sphere_distort.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synfig-core/trunk/src/modules/lyr_std/sphere_distort.cpp b/synfig-core/trunk/src/modules/lyr_std/sphere_distort.cpp index 8998cc9..f847739 100644 --- a/synfig-core/trunk/src/modules/lyr_std/sphere_distort.cpp +++ b/synfig-core/trunk/src/modules/lyr_std/sphere_distort.cpp @@ -396,7 +396,7 @@ bool Layer_SphereDistort::accelerated_render(Context context,Surface *surface,in close = origin[i] + v[i]*t; - //now get transforms and expand the rectangle to accomodate + //now get transforms and expand the rectangle to accommodate Point p = sphtrans(close,center,radius,percent,type); expandr.expand(p[0],p[1]); p = sphtrans(origin[i],center,radius,percent,type); -- 2.7.4