summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-08-26 21:39:16 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-08-26 21:39:16 +0000
commitcde28176f2c1ae9b805b9f05d01dea804423d336 (patch)
tree98a81d218cc1c0ebe1055facf5c2bc2a9250f751
parent1fa81aba90401191203865558c787d06e5ce2ad1 (diff)
downloadpango-cde28176f2c1ae9b805b9f05d01dea804423d336.tar.gz
Bug 349813 – typo in docs for pango_layout_move_cursor_visually
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.
-rw-r--r--ChangeLog6
-rw-r--r--pango/pango-layout.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c2b0dae..a8fc67a7 100644
--- 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-22 Behdad Esfahbod <behdad@gnome.org>
* === Released 1.14.2 ===
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index 11cd6035..2e4534f3 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -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.
*