From 6ecd590bea569b0fb7ad4cb80e79aaf47b4d5ba7 Mon Sep 17 00:00:00 2001 From: dooglus Date: Sat, 31 Mar 2007 23:54:28 +0000 Subject: [PATCH] Typo. git-svn-id: http://svn.voria.com/code@403 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/src/gtkmm/state_draw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4