]> Pileus Git - ~andy/gtk/commitdiff
gtk_assistant_remove_page() docs: Fix typo.
authorMurray Cumming <murrayc@murrayc.com>
Tue, 13 Sep 2011 08:08:22 +0000 (10:08 +0200)
committerMurray Cumming <murrayc@murrayc.com>
Tue, 13 Sep 2011 08:08:48 +0000 (10:08 +0200)
gtk/gtkassistant.c

index e95bf68503df89c56b2361db1126d7e542ae6164..4060693d611baecb25c1c127a200c7aaf0b2a37d 100644 (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.
  *