summaryrefslogtreecommitdiff
path: root/gtk/gtkassistant.c
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-09-13 10:08:22 +0200
committerMurray Cumming <murrayc@murrayc.com>2011-09-13 10:08:48 +0200
commit7eeebd4311d133d2becbceca743a8b197afec954 (patch)
tree3ef8bb4970202731b155509eec323f204755fd8e /gtk/gtkassistant.c
parent609e40718dc52201ab3ca19eb9239d2f73d556a6 (diff)
downloadgtk+-7eeebd4311d133d2becbceca743a8b197afec954.tar.gz
gtk_assistant_remove_page() docs: Fix typo.
Diffstat (limited to 'gtk/gtkassistant.c')
-rw-r--r--gtk/gtkassistant.c2
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.
*