gtk_assistant_remove_page() docs: Fix typo.

This commit is contained in:
Murray Cumming
2011-09-13 10:08:22 +02:00
parent 609e40718d
commit 7eeebd4311

View File

@ -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.
*