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_bline.cpp
index c7f343e..15cb1e3 100644 (file)
@@ -880,7 +880,7 @@ StateBLine_Context::event_mouse_click_handler(const Smach::event& x)
                        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: