X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fstate_draw.cpp;h=4131b77b7ab98f309d9c969d7b48dd192dcabaad;hb=55e0ee1a66bc612e4da9d19eb778bc1e2c50d051;hp=dbfe6cafa78c3d53af42030f737b0a75eaa1ea2e;hpb=46c164109ff6a0da4b5f1f353156a1c573c0e386;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/state_draw.cpp b/synfig-studio/trunk/src/gtkmm/state_draw.cpp index dbfe6ca..4131b77 100644 --- a/synfig-studio/trunk/src/gtkmm/state_draw.cpp +++ b/synfig-studio/trunk/src/gtkmm/state_draw.cpp @@ -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;