Typo: 'eachother' -> 'each other'.
[synfig.git] / synfig-studio / trunk / src / synfigapp / blineconvert.cpp
index e8849e0..1f6e3a7 100644 (file)
@@ -529,7 +529,7 @@ synfigapp::BLineConverter::operator () (std::list<synfig::BLinePoint> &out, cons
 
                brk.push_back(i);
 
-               //postprocess for breaks too close to eachother
+               //postprocess for breaks too close to each other
                Real d = 0;
                Point p = f[brk.front()];