diff options
Diffstat (limited to 'gtk/gtkhandlebox.c')
-rw-r--r-- | gtk/gtkhandlebox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkhandlebox.c b/gtk/gtkhandlebox.c index c34d90f9e1..0d09fe23e6 100644 --- a/gtk/gtkhandlebox.c +++ b/gtk/gtkhandlebox.c @@ -1309,7 +1309,7 @@ gtk_handle_box_motion (GtkWidget *widget, gdk_window_show (hb->float_window); hb->float_window_mapped = TRUE; #if 0 - /* this extra move is neccessary if we use decorations, or our + /* this extra move is necessary if we use decorations, or our * window manager insists on decorations. */ gdk_display_sync (gtk_widget_get_display (widget)); |