diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-01-24 17:42:58 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-01-24 17:42:58 +0000 |
commit | a57035d9d10b26335fcaaec12185188cbcfa5db5 (patch) | |
tree | 999295b1717434eef7c81187bb6b388f4676448c /gtk/gtksizegroup.h | |
parent | a8d792306c68d28291e708c52bb0b22befd49695 (diff) | |
download | gtk+-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/gtksizegroup.h')
-rw-r--r-- | gtk/gtksizegroup.h | 8 |
1 files changed, 4 insertions, 4 deletions
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, |