diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-12-09 03:58:24 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-12-09 03:58:24 +0000 |
commit | 4e957a8cd00c5676a25f214198691e5d7b6e9396 (patch) | |
tree | 9e57c09cb2e44bedef4f6680871fca9893446179 /gtk/gtkcombobox.c | |
parent | 787ee3e77d46840797c83499cf01b3476313725a (diff) | |
download | gdk-pixbuf-4e957a8cd00c5676a25f214198691e5d7b6e9396.tar.gz |
Fix a typo in the docs. (#160826, Jay Camp)
2004-12-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Fix a typo
in the docs. (#160826, Jay Camp)
Diffstat (limited to 'gtk/gtkcombobox.c')
-rw-r--r-- | gtk/gtkcombobox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index 7ba8f81c0..60f5c5bd5 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -4108,7 +4108,7 @@ gtk_combo_box_get_wrap_width (GtkComboBox *combo_box) * @width: Preferred number of columns. * * Sets the wrap width of @combo_box to be @width. The wrap width is basically - * the preferred number of columns when you want to the popup to be layed out + * the preferred number of columns when you want the popup to be layed out * in a table. * * Since: 2.4 |