diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2001-11-10 22:06:44 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2001-11-10 22:06:44 +0000 |
commit | 79e4b185f61af2764a39951cd74635bdb3332f26 (patch) | |
tree | e92abfe0f9ef73eb7062a50ac23263ec12a6ab3c /gtk/gtktreemodel.c | |
parent | c9dabae939037adb245b61598ca8770578589243 (diff) | |
download | gtk+-79e4b185f61af2764a39951cd74635bdb3332f26.tar.gz |
Mass fixing of trivial doc bugs. (#63544, #57007, #64141, #63472, #57108,
* gtk/gtkiconfactory.c, gtk/gtktextbuffer.c, gtk/gtktreemodel.c,
gtk/gtkwindow.c, gtk/gtknotebook.c, gtk/gtkradiobutton.c,
gtk/gtktextiter.c, gtk/gtkdialog.c: Mass fixing of trivial doc bugs.
(#63544, #57007, #64141, #63472, #57108, #60818, #61562)
* gtk/tmpl/gtkaccellabel.sgml, gtk/tmpl/gtkcombo.sgml,
gtk/tmpl/gtkentry.sgml, gtk/tmpl/gtkhscrollbar.sgml,
gtk/tmpl/gtkvscrollbar.sgml, gtk/tmpl/gtktoolbar.sgml,
gtk/tmpl/gtkdialog.sgml, gtk/tmpl/gtkstatusbar.sgml:
Mass fixing of trivial doc bugs. (#55579, #56760, #58769, #55918,
#64154, #60422, #54697)
Diffstat (limited to 'gtk/gtktreemodel.c')
-rw-r--r-- | gtk/gtktreemodel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreemodel.c b/gtk/gtktreemodel.c index 489d4ff266..4e0e38bcf5 100644 --- a/gtk/gtktreemodel.c +++ b/gtk/gtktreemodel.c @@ -397,7 +397,7 @@ gtk_tree_path_compare (const GtkTreePath *a, * @path: a #GtkTreePath * @descendant: another #GtkTreePath * - * Returns %TRUE is @descendant is a descendant of @path. + * Returns %TRUE if @descendant is a descendant of @path. * * Return value: %TRUE if @descendant is contained inside @path **/ |