Typo 'accomodate' -> 'accommodate'.
[synfig.git] / synfig-core / trunk / src / modules / lyr_std / sphere_distort.cpp
index 8998cc9..f847739 100644 (file)
@@ -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);