summaryrefslogtreecommitdiff
path: root/gtk/gtkbbox.c
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2014-05-17 22:20:13 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2014-05-17 22:21:14 -0500
commit0c55b841fc41a14f933f5d2f773cdcd7603289b5 (patch)
tree1b47a6291efe924b3e2298efe9395803a488e7af /gtk/gtkbbox.c
parent3cb5e58b1a51f3a7bd93c3c17e21a9e6fc46ea51 (diff)
downloadgtk+-0c55b841fc41a14f933f5d2f773cdcd7603289b5.tar.gz
Fix a typo
Diffstat (limited to 'gtk/gtkbbox.c')
-rw-r--r--gtk/gtkbbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbbox.c b/gtk/gtkbbox.c
index 02d0b0e279..f8d865a374 100644
--- a/gtk/gtkbbox.c
+++ b/gtk/gtkbbox.c
@@ -40,7 +40,7 @@
* same size. GtkButtonBox gives all children the same size, but it does allow
* 'outliers' to keep their own larger size.
*
- * To excempt individual children from homogeneous sizing regardless of their
+ * To exempt individual children from homogeneous sizing regardless of their
* 'outlier' status, you can set the non-homogeneous child
* property.
*/