diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-09-30 20:57:43 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-10-06 23:31:17 -0400 |
commit | f733903334bd90cab36d4620fb1541fc76361017 (patch) | |
tree | 9ceaa447a56f0cbd44d20170fead7abaeaefe8b3 /gtk | |
parent | 943d575ec3a99a5715de8552006ec2079e17c85a (diff) | |
download | gtk+-f733903334bd90cab36d4620fb1541fc76361017.tar.gz |
Fix wording in the docs
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkflowbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkflowbox.c b/gtk/gtkflowbox.c index 436ac9f137..9f38760800 100644 --- a/gtk/gtkflowbox.c +++ b/gtk/gtkflowbox.c @@ -30,7 +30,7 @@ * @Short_Description: A container that allows reflowing its children * @Title: GtkFlowBox * - * An GtkFlowBox positions child widgets in sequence according to its + * A GtkFlowBox positions child widgets in sequence according to its * orientation. * * For instance, with the horizontal orientation, the widgets will be |