Code

Merging in from trunk
[inkscape.git] / src / display / sp-canvas.cpp
index 66471358255d2d24ddffab1867afb379e267bbab..e640911d66ce9cba1d5292fdbfbd5fb4958e8e1a 100644 (file)
@@ -1494,7 +1494,7 @@ sp_canvas_button (GtkWidget *widget, GdkEventButton *event)
 
     int retval = FALSE;
 
-    /* dispatch normally regardless of the event's window if an item has
+    /* dispatch normally regardless of the event's window if an item
        has a pointer grab in effect */
     if (!canvas->grabbed_item &&
         event->window != SP_CANVAS_WINDOW (canvas))