summaryrefslogtreecommitdiff
path: root/gdk/gdkwindow.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-03-27 11:11:13 +0200
committerBastien Nocera <hadess@hadess.net>2012-09-10 17:39:27 +0100
commit42f953eead44654f7b2d71e4d4487ded2a5d2b26 (patch)
tree67591406decccea02438deaf67b8b36da3bb5820 /gdk/gdkwindow.c
parent5d539c88002fffe82a201f7153445aad8a1478bb (diff)
downloadgtk+-42f953eead44654f7b2d71e4d4487ded2a5d2b26.tar.gz
gdk: s/availible/available/
Diffstat (limited to 'gdk/gdkwindow.c')
-rw-r--r--gdk/gdkwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c
index de1da7a3aa..5284d6ea84 100644
--- a/gdk/gdkwindow.c
+++ b/gdk/gdkwindow.c
@@ -112,7 +112,7 @@
* be it a toplevel window or a child window. In this setup the
* GdkWindow (and other GdkDrawables) were platform independent classes,
* and the actual platform specific implementation was in a delegate
- * object availible as "impl" in the window object.
+ * object available as "impl" in the window object.
*
* With the addition of client side windows and offscreen windows this
* changes a bit. The application-visible GdkWindow object behaves as