diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2007-07-03 19:07:46 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-07-03 19:07:46 +0000 |
commit | e66ef22b50a452972a57d0fb02589d5a3b0c5c75 (patch) | |
tree | 679a33f0dcce087d910430e7373c9251dd3ccfa2 /gtk/gtkbuilder.c | |
parent | eb3dcdf09421edb181803be7fcb28d095babb4cd (diff) | |
download | gtk+-e66ef22b50a452972a57d0fb02589d5a3b0c5c75.tar.gz |
Fix some doc typos
svn path=/trunk/; revision=18368
Diffstat (limited to 'gtk/gtkbuilder.c')
-rw-r--r-- | gtk/gtkbuilder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbuilder.c b/gtk/gtkbuilder.c index 167a815b9b..6f758cad21 100644 --- a/gtk/gtkbuilder.c +++ b/gtk/gtkbuilder.c @@ -620,7 +620,7 @@ gtk_builder_new (void) * @filename: the name of the file to parse * @error: return location for an error, or %NULL * - * Parses a string containing a <link linkend="BUILDER-UI">GtkBuilder + * Parses a file containing a <link linkend="BUILDER-UI">GtkBuilder * UI definition</link> and merges it with the current contents of @builder. * * Returns: A positive value on success, 0 if an error occurred |