summaryrefslogtreecommitdiff
path: root/gtk/gtktogglebutton.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-01-24 17:42:58 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-01-24 17:42:58 +0000
commita57035d9d10b26335fcaaec12185188cbcfa5db5 (patch)
tree999295b1717434eef7c81187bb6b388f4676448c /gtk/gtktogglebutton.c
parenta8d792306c68d28291e708c52bb0b22befd49695 (diff)
downloadgtk+-a57035d9d10b26335fcaaec12185188cbcfa5db5.tar.gz
Replace "effect" by "affect" where appropriate. (#165108, Dan Winship)
2005-01-24 Matthias Clasen <mclasen@redhat.com> * docs/tutorial/gtk-tut.sgml: * docs/tutorial/gtk_tut.sgml: * docs/reference/gtk/tmpl/gtkliststore.sgml: * gtk/gtkactiongroup.c: * gtk/gtksizegroup.c: * gtk/gtksizegroup.h: * gtk/gtktogglebutton.c: Replace "effect" by "affect" where appropriate. (#165108, Dan Winship)
Diffstat (limited to 'gtk/gtktogglebutton.c')
-rw-r--r--gtk/gtktogglebutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktogglebutton.c b/gtk/gtktogglebutton.c
index 1c12a10bda..f29ef7dc1c 100644
--- a/gtk/gtktogglebutton.c
+++ b/gtk/gtktogglebutton.c
@@ -262,7 +262,7 @@ gtk_toggle_button_get_property (GObject *object,
* You can call this function on a checkbutton or a radiobutton with
* @draw_indicator = %FALSE to make the button look like a normal button
*
- * This function only effects instances of classes like #GtkCheckButton
+ * This function only affects instances of classes like #GtkCheckButton
* and #GtkRadioButton that derive from #GtkToggleButton,
* not instances of #GtkToggleButton itself.
*/