diff options
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 |