From a57035d9d10b26335fcaaec12185188cbcfa5db5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 24 Jan 2005 17:42:58 +0000 Subject: Replace "effect" by "affect" where appropriate. (#165108, Dan Winship) 2005-01-24 Matthias Clasen * 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) --- gtk/gtksizegroup.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gtk/gtksizegroup.h') diff --git a/gtk/gtksizegroup.h b/gtk/gtksizegroup.h index f88be1012e..8a94ece83c 100644 --- a/gtk/gtksizegroup.h +++ b/gtk/gtksizegroup.h @@ -66,12 +66,12 @@ struct _GtkSizeGroupClass /** * GtkSizeGroupMode: * @GTK_SIZE_GROUP_NONE: group has no effect - * @GTK_SIZE_GROUP_HORIZONTAL: group effects horizontal requisition - * @GTK_SIZE_GROUP_VERTICAL: group effects vertical requisition - * @GTK_SIZE_GROUP_BOTH: group effects both horizontal and vertical requisition + * @GTK_SIZE_GROUP_HORIZONTAL: group affects horizontal requisition + * @GTK_SIZE_GROUP_VERTICAL: group affects vertical requisition + * @GTK_SIZE_GROUP_BOTH: group affects both horizontal and vertical requisition * * The mode of the size group determines the directions in which the size - * group effects the requested sizes of its component widgets. + * group affects the requested sizes of its component widgets. **/ typedef enum { GTK_SIZE_GROUP_NONE, -- cgit v1.2.1