[gtk+] Fix a typo
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix a typo
- Date: Fri, 27 Feb 2015 22:00:43 +0000 (UTC)
commit 6ccef21d4987c8e91a163566cc1d8453a0718577
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Feb 27 17:00:08 2015 -0500
Fix a typo
Follow-up fix for commit 7cee6c5cc6f35d9ed453f943686c0b21e86b4a3e.
gdk/win32/gdkdisplay-win32.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/win32/gdkdisplay-win32.c b/gdk/win32/gdkdisplay-win32.c
index 0a75f45..1cb1f28 100644
--- a/gdk/win32/gdkdisplay-win32.c
+++ b/gdk/win32/gdkdisplay-win32.c
@@ -357,7 +357,7 @@ inner_clipboard_window_procedure (HWND hwnd,
success = OpenClipboard (hwnd);
if (!success)
{
- g_warning ("Failed to OpenClibpboard on window handle %p", hwnd);
+ g_warning ("Failed to OpenClipboard on window handle %p", hwnd);
return 0;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]