summaryrefslogtreecommitdiff
path: root/gtk/gtktextiter.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-08-31 04:01:40 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-08-31 04:01:40 +0000
commit4713960f083805bfbbfc06a76eeb72bee7ba3ef3 (patch)
tree304824f95b8f8932c8c3fedae1ee721fbc9b2c27 /gtk/gtktextiter.c
parente44e919113e1b9c914c66aa181c8e2d32f57d82c (diff)
downloadgtk+-4713960f083805bfbbfc06a76eeb72bee7ba3ef3.tar.gz
Fix a typo in the docs. (#314878, Guillaume Cottenceau)
2005-08-31 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextiter.c (gtk_text_iter_backward_visible_cursor_positions): Fix a typo in the docs. (#314878, Guillaume Cottenceau)
Diffstat (limited to 'gtk/gtktextiter.c')
-rw-r--r--gtk/gtktextiter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextiter.c b/gtk/gtktextiter.c
index ffebb29688..b644e139cd 100644
--- a/gtk/gtktextiter.c
+++ b/gtk/gtktextiter.c
@@ -3737,7 +3737,7 @@ gtk_text_iter_forward_visible_cursor_positions (GtkTextIter *iter,
* @count: number of positions to move
*
* Moves up to @count visible cursor positions. See
- * gtk_text_iter_forward_cursor_position() for details.
+ * gtk_text_iter_backward_cursor_position() for details.
*
* Return value: %TRUE if we moved and the new position is dereferenceable
*