From bb8935ff5a9d906f9b554f72ab77d82bd2c89f9f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 26 Aug 2006 21:38:18 +0000 Subject: [PATCH] =?utf8?q?Bug=20349813=20=E2=80=93=20typo=20in=20docs=20fo?= =?utf8?q?r=20pango=5Flayout=5Fmove=5Fcursor=5Fvisually?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2006-08-26 Behdad Esfahbod Bug 349813 – typo in docs for pango_layout_move_cursor_visually * pango/pango-layout.c (pango_layout_move_cursor_visually): Fix typo. --- ChangeLog | 6 ++++++ pango/pango-layout.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b2c662b..fc4203f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-08-26 Behdad Esfahbod + + 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 * pango/Makefile.am diff --git a/pango/pango-layout.c b/pango/pango-layout.c index 1a5917b..3ee4fff 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. * -- 2.7.4