diff options
author | William Jon McCann <jmccann@redhat.com> | 2012-08-26 22:52:08 +0800 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2012-08-26 22:54:55 +0800 |
commit | b3a65248f5747e0d9fbb480d011318d13ddb099b (patch) | |
tree | a84625499654be31bb5d93e33321d447cea91897 /gtk/gtkbuildable.c | |
parent | 45cc254431bd6a448bd8e2d6d7cfe60ba9b71dd3 (diff) | |
download | gtk+-b3a65248f5747e0d9fbb480d011318d13ddb099b.tar.gz |
Fix a typo in the the comments
https://bugzilla.gnome.org/show_bug.cgi?id=682724
Diffstat (limited to 'gtk/gtkbuildable.c')
-rw-r--r-- | gtk/gtkbuildable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbuildable.c b/gtk/gtkbuildable.c index 8fdb58024c..47cd426a41 100644 --- a/gtk/gtkbuildable.c +++ b/gtk/gtkbuildable.c @@ -84,7 +84,7 @@ gtk_buildable_set_name (GtkBuildable *buildable, * * Gets the name of the @buildable object. * - * #GtkBuilder sets the name based on the the + * #GtkBuilder sets the name based on the * <link linkend="BUILDER-UI">GtkBuilder UI definition</link> * used to construct the @buildable. * |