From: dooglus Date: Tue, 30 Oct 2007 14:16:58 +0000 (+0000) Subject: Typo: 'inbetween' -> 'in between'. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=a191da9427eede988cf72a4ea3c9e4db210062fc;p=synfig.git Typo: 'inbetween' -> 'in between'. git-svn-id: http://svn.voria.com/code@1032 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/synfigapp/blineconvert.cpp b/synfig-studio/trunk/src/synfigapp/blineconvert.cpp index 1f6e3a7..cc01ce9 100644 --- a/synfig-studio/trunk/src/synfigapp/blineconvert.cpp +++ b/synfig-studio/trunk/src/synfigapp/blineconvert.cpp @@ -629,7 +629,7 @@ synfigapp::BLineConverter::operator () (std::list &out, cons //preproceval += timer(); //numpre++; - work.resize(size*2-1); //guarantee that all points will be tessellated correctly (one point inbetween every 2 adjacent points) + work.resize(size*2-1); //guarantee that all points will be tessellated correctly (one point in between every 2 adjacent points) //if size of work is size*2-1, the step size should be 1/(size*2 - 2) //Real step = 1/(Real)(size*2 - 1);