Use pabs' trick from r558 to fix the tool names in the 'state' menu.
[synfig.git] / synfig-studio / trunk / src / gtkmm / state_draw.cpp
index dbfe6ca..4131b77 100644 (file)
@@ -667,7 +667,7 @@ StateDraw_Context::process_stroke(StrokeData stroke_data, WidthData width_data,
                }
        }
 
-       // If the bline only has once blinepoint, then there is nothing to do.
+       // If the bline only has one blinepoint, then there is nothing to do.
        if(bline.size()<=1)
                return Smach::RESULT_OK;