diff options
author | Murray Cumming <murrayc@murrayc.com> | 2011-09-13 10:08:22 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2011-09-13 10:08:48 +0200 |
commit | 7eeebd4311d133d2becbceca743a8b197afec954 (patch) | |
tree | 3ef8bb4970202731b155509eec323f204755fd8e /gtk/gtkassistant.c | |
parent | 609e40718dc52201ab3ca19eb9239d2f73d556a6 (diff) | |
download | gtk+-7eeebd4311d133d2becbceca743a8b197afec954.tar.gz |
gtk_assistant_remove_page() docs: Fix typo.
Diffstat (limited to 'gtk/gtkassistant.c')
-rw-r--r-- | gtk/gtkassistant.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkassistant.c b/gtk/gtkassistant.c index e95bf68503..4060693d61 100644 --- a/gtk/gtkassistant.c +++ b/gtk/gtkassistant.c @@ -1657,7 +1657,7 @@ gtk_assistant_insert_page (GtkAssistant *assistant, * gtk_assistant_remove_page: * @assistant: a #GtkAssistant * @page_num: the index of a page in the @assistant, - * or -1 to get the last page + * or -1 to remove the last page * * Removes the @page_num's page from @assistant. * |