From 6e2bed8e561532f76b1a4a198c5a9ebc3a080ecd Mon Sep 17 00:00:00 2001 From: dooglus Date: Tue, 30 Oct 2007 13:57:48 +0000 Subject: [PATCH] Typo: 'interprete' -> 'interpret'. git-svn-id: http://svn.voria.com/code@1025 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/src/gtkmm/workarea.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synfig-studio/trunk/src/gtkmm/workarea.cpp b/synfig-studio/trunk/src/gtkmm/workarea.cpp index 2c1691b..b9d9d69 100644 --- a/synfig-studio/trunk/src/gtkmm/workarea.cpp +++ b/synfig-studio/trunk/src/gtkmm/workarea.cpp @@ -1268,7 +1268,7 @@ WorkArea::on_drawing_area_event(GdkEvent *event) // GDK mouse scrolling events else if(event->any.type==GDK_SCROLL) { - // GDK information needed to properly interprete mouse + // GDK information needed to properly interpret mouse // scrolling events are: scroll.state, scroll.x/scroll.y, and // scroll.direction. The value of scroll.direction will be // obtained later. -- 2.7.4