diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-01-27 23:30:28 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-01-27 23:30:38 -0500 |
commit | 05655c5bfac44030e2a83e026125c4e400de2d01 (patch) | |
tree | 8d5a08b9018c47d7a60973b10e0ae8ede3d9622f /gtk/gtkbox.c | |
parent | 9d9a60c466eb0d338d9c9d23c2e59469a712c64f (diff) | |
download | gtk+-05655c5bfac44030e2a83e026125c4e400de2d01.tar.gz |
Trivial typo fix
Diffstat (limited to 'gtk/gtkbox.c')
-rw-r--r-- | gtk/gtkbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbox.c b/gtk/gtkbox.c index 4ec256f8b6..943e93b897 100644 --- a/gtk/gtkbox.c +++ b/gtk/gtkbox.c @@ -1753,7 +1753,7 @@ gtk_box_get_spacing (GtkBox *box) * * Sets the baseline position of a box. This affects * only horizontal boxes with at least one baseline aligned - * child. If there is more vertical space availible than requested, + * child. If there is more vertical space available than requested, * and the baseline is not allocated by the parent then * @position is used to allocate the baseline wrt the * extra space available. |