Add a 'Type' column to the parameter dialog so it's possible to tell an 'Add' from...
[synfig.git] / synfig-studio / trunk / src / gtkmm / state_polygon.cpp
index afe6a5b..f2eb6d4 100644 (file)
@@ -422,7 +422,7 @@ StatePolygon_Context::event_mouse_click_handler(const Smach::event& x)
                refresh_ducks();
                return Smach::RESULT_ACCEPT;
 
-       case BUTTON_RIGHT: // Intercept the right-button click to short-circut the pop-up menu
+       case BUTTON_RIGHT: // Intercept the right-button click to short-circuit the pop-up menu
                return Smach::RESULT_ACCEPT;
 
        default: