diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2007-06-03 04:56:00 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-06-03 04:56:00 +0000 |
commit | 5962480827922f6423c6617c66a78c704daf874f (patch) | |
tree | 660a33dff8be0c5b3d9bdfc54ea37954f8dba45d /gtk/gtkradiomenuitem.c | |
parent | aed870d031b3bc600316720838ef5c6739dd8114 (diff) | |
download | gtk+-5962480827922f6423c6617c66a78c704daf874f.tar.gz |
Fix typo
svn path=/trunk/; revision=18013
Diffstat (limited to 'gtk/gtkradiomenuitem.c')
-rw-r--r-- | gtk/gtkradiomenuitem.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. * |