From 7eeebd4311d133d2becbceca743a8b197afec954 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Tue, 13 Sep 2011 10:08:22 +0200 Subject: [PATCH] gtk_assistant_remove_page() docs: Fix typo. --- gtk/gtkassistant.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *