From: dooglus Date: Tue, 30 Oct 2007 16:15:26 +0000 (+0000) Subject: Typo 'accomodate' -> 'accommodate'. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=87ea868ed5ee2c241c1f4740fc068c31dac70d88;p=synfig.git Typo 'accomodate' -> 'accommodate'. git-svn-id: http://svn.voria.com/code@1087 1f10aa63-cdf2-0310-b900-c93c546f37ac --- 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);