diff --git a/ChangeLog b/ChangeLog index a6c8f29eee..ade86b8164 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-06-03 Matthias Clasen + + * gtk/gtkradiobutton.c: + * gtk/gtkradiomenuitem.c: Fix doc typos. + 2007-06-03 Matthias Clasen * configure.in: Allow to disable Xinerama. (#348065, Diego Pettenò) diff --git a/gtk/gtkradiobutton.c b/gtk/gtkradiobutton.c index 7e3c349a67..b4de838f49 100644 --- a/gtk/gtkradiobutton.c +++ b/gtk/gtkradiobutton.c @@ -100,7 +100,7 @@ gtk_radio_button_class_init (GtkRadioButtonClass *class) * Emitted when the group of radio buttons that a radio button belongs * to changes. This is emitted when a radio button switches from * being alone to being part of a group of 2 or more buttons, or - * vice-versa, and when a buttton is moved from one group of 2 or + * vice-versa, and when a button is moved from one group of 2 or * more buttons to a different one, but not when the composition * of the group that a button belongs to changes. * diff --git a/gtk/gtkradiomenuitem.c b/gtk/gtkradiomenuitem.c index e5ef7ec24f..a0c13c536d 100644 --- a/gtk/gtkradiomenuitem.c +++ b/gtk/gtkradiomenuitem.c @@ -355,7 +355,7 @@ gtk_radio_menu_item_class_init (GtkRadioMenuItemClass *klass) * Emitted when the group of radio menu items that a radio menu item belongs * to changes. This is emitted when a radio menu item switches from * being alone to being part of a group of 2 or more menu items, or - * vice-versa, and when a buttton is moved from one group of 2 or + * vice-versa, and when a button is moved from one group of 2 or * more menu items ton a different one, but not when the composition * of the group that a menu item belongs to changes. *