From 0c55b841fc41a14f933f5d2f773cdcd7603289b5 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Sat, 17 May 2014 22:20:13 -0500 Subject: [PATCH] Fix a typo --- gtk/gtkbbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */