From 2dc25756424f9ba88b7214cd60a949a0c88b4af6 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 9 Apr 2006 20:59:39 +0000 Subject: Fix typo in doc comment. 2006-04-09 Tor Lillqvist * pango/pango-utils.c (pango_quantize_line_geometry): Fix typo in doc comment. --- ChangeLog | 5 +++++ pango/pango-utils.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6f641c8e..c4c17ad1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-09 Tor Lillqvist + + * pango/pango-utils.c (pango_quantize_line_geometry): Fix typo in + doc comment. + 2006-04-09 Behdad Esfahbod Bug 337821 – invisible unicode chars are visible next to hebrew chars diff --git a/pango/pango-utils.c b/pango/pango-utils.c index 3f7211f1..0367796e 100644 --- a/pango/pango-utils.c +++ b/pango/pango-utils.c @@ -1830,8 +1830,8 @@ pango_is_zero_width (gunichar ch) * @position: corresponding position * * Quantizes the thickness and position of a line, typically an - * underline or strikethrough, to whole device pixels, that is - * multiplies of %PANGO_SCALE. The purpose of this function is to avoid + * underline or strikethrough, to whole device pixels, that is integer + * multiples of %PANGO_SCALE. The purpose of this function is to avoid * such lines looking blurry. * * Since: 1.12 -- cgit v1.2.1