[gtk+/client-side-windows] Correct a couple of typos
- From: Matthias Clasen <matthiasc src gnome org>
- To: svn-commits-list gnome org
- Subject: [gtk+/client-side-windows] Correct a couple of typos
- Date: Fri, 19 Jun 2009 09:14:45 -0400 (EDT)
commit 3dcb40e6beeb27b4485f9fd28484dc0d81b84b4d
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Jun 19 09:14:18 2009 -0400
Correct a couple of typos
gdk/gdkdisplay.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdk/gdkdisplay.c b/gdk/gdkdisplay.c
index 24514d9..f6f9743 100644
--- a/gdk/gdkdisplay.c
+++ b/gdk/gdkdisplay.c
@@ -454,7 +454,7 @@ _gdk_display_enable_motion_hints (GdkDisplay *display)
serial = _gdk_windowing_window_get_next_serial (display);
/* We might not actually generate the next request, so
make sure this triggers always, this may cause it to
- trigger slightly to early, but this is just a hint
+ trigger slightly too early, but this is just a hint
anyway. */
if (serial > 0)
serial--;
@@ -548,7 +548,7 @@ gdk_window_real_window_get_pointer (GdkDisplay *display,
normal_child = GDK_WINDOW_IMPL_GET_IFACE (private->impl)->get_pointer (window,
&tmpx, &tmpy,
&tmp_mask);
- /* We got the coords on the impl, conver to the window */
+ /* We got the coords on the impl, convert to the window */
tmpx -= private->abs_x;
tmpy -= private->abs_y;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]