diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2020-06-18 10:47:16 +0300 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2020-06-18 10:47:16 +0300 |
commit | c0cf839729f98a5920ce930c39bae80a30946a42 (patch) | |
tree | 737b0ebbbf40763f686bf1b48b95d597fe4ddc56 /gdk/gdkclipboard.c | |
parent | 2a51d4fba895f8ec05e15d6bd4849fdcbb03d579 (diff) | |
download | gtk+-c0cf839729f98a5920ce930c39bae80a30946a42.tar.gz |
Fix minor typos
Diffstat (limited to 'gdk/gdkclipboard.c')
-rw-r--r-- | gdk/gdkclipboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkclipboard.c b/gdk/gdkclipboard.c index 4406aad205..f4c5b91637 100644 --- a/gdk/gdkclipboard.c +++ b/gdk/gdkclipboard.c @@ -1290,7 +1290,7 @@ gdk_clipboard_set_valist (GdkClipboard *clipboard, g_warning ("%s: %s", G_STRLOC, error); g_free (error); /* we purposely leak the value here, it might not be - * in a sane state if an error condition occoured + * in a sane state if an error condition occurred */ return; } |