Bug 349813 – typo in docs for pango_layout_move_cursor_visually
authorBehdad Esfahbod <behdad@gnome.org>
Sat, 26 Aug 2006 21:38:18 +0000 (21:38 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Sat, 26 Aug 2006 21:38:18 +0000 (21:38 +0000)
2006-08-26  Behdad Esfahbod  <behdad@gnome.org>

        Bug 349813 – typo in docs for pango_layout_move_cursor_visually

        * pango/pango-layout.c (pango_layout_move_cursor_visually): Fix typo.

ChangeLog
pango/pango-layout.c

index b2c662b..fc4203f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-26  Behdad Esfahbod  <behdad@gnome.org>
+
+       Bug 349813 – typo in docs for pango_layout_move_cursor_visually
+
+       * pango/pango-layout.c (pango_layout_move_cursor_visually): Fix typo.
+
 2006-08-23  Tor Lillqvist  <tml@novell.com>
 
        * pango/Makefile.am
index 1a5917b..3ee4fff 100644 (file)
@@ -1337,7 +1337,7 @@ pango_layout_index_to_line_x (PangoLayout *layout,
  * Computes a new cursor position from an old position and
  * a count of positions to move visually. If @count is positive,
  * then the new strong cursor position will be one position
- * to the right of the old cursor position. If @count is position
+ * to the right of the old cursor position. If @count is negative,
  * then the new strong cursor position will be one position
  * to the left of the old cursor position. 
  *