summaryrefslogtreecommitdiff
path: root/stickynotes
diff options
context:
space:
mode:
Diffstat (limited to 'stickynotes')
-rw-r--r--stickynotes/stickynotes_callbacks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stickynotes/stickynotes_callbacks.c b/stickynotes/stickynotes_callbacks.c
index bc9124d1..b435a14c 100644
--- a/stickynotes/stickynotes_callbacks.c
+++ b/stickynotes/stickynotes_callbacks.c
@@ -68,7 +68,7 @@ gboolean stickynote_move_cb(GtkWidget *widget, GdkEventButton *event, StickyNote
return TRUE;
}
-/* Sticky Window Callback : Skip taskbar and pager when exposing the widow */
+/* Sticky Window Callback : Skip taskbar and pager when exposing the window */
gboolean stickynote_expose_cb(GtkWidget *widget, GdkEventExpose *event, StickyNote *note)
{
gtk_window_set_skip_taskbar_hint(GTK_WINDOW(note->w_window), TRUE);