diff options
Diffstat (limited to 'gtk/gtkclipboard-quartz.c')
-rw-r--r-- | gtk/gtkclipboard-quartz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkclipboard-quartz.c b/gtk/gtkclipboard-quartz.c index a68d1cf388..88c39f2766 100644 --- a/gtk/gtkclipboard-quartz.c +++ b/gtk/gtkclipboard-quartz.c @@ -128,7 +128,7 @@ static GtkClipboard *clipboard_peek (GdkDisplay *display, /* pasteboardChangedOwner is not called immediately, and it's not called * reliably. It is somehow documented in the apple api docs, but the docs - * suck and don't really give clear instructions. Therefore we track + * suck and don’t really give clear instructions. Therefore we track * changeCount in several places below and clear the clipboard if it * changed. */ |