diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-05-02 19:16:06 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-05-02 19:16:06 +0000 |
commit | 252c9c1230ee63281d8559ae1ce8f7117d71a3b9 (patch) | |
tree | 19b5de1dc714213dc3a5e6e90dcb261aca229287 /gtk/gtknotebook.c | |
parent | 7d3ec5eccea76216520b7195936f077cef2601a3 (diff) | |
download | gdk-pixbuf-252c9c1230ee63281d8559ae1ce8f7117d71a3b9.tar.gz |
Typo fix.
* gtk/gtknotebook.c (gtk_notebook_set_show_border): Typo fix.
Diffstat (limited to 'gtk/gtknotebook.c')
-rw-r--r-- | gtk/gtknotebook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index fa6966e22..3900fd67b 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -4264,7 +4264,7 @@ gtk_notebook_prev_page (GtkNotebook *notebook) * @show_border: %TRUE if a bevel should be drawn around the notebook. * * Sets whether a bevel will be drawn around the notebook pages. - * This is only has a visual effect when the tabs are not shown. + * This only has a visual effect when the tabs are not shown. * See gtk_notebook_set_show_tabs(). **/ void |