summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--pango/pango-utils.c4
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 <tml@novell.com>
+
+ * pango/pango-utils.c (pango_quantize_line_geometry): Fix typo in
+ doc comment.
+
2006-04-09 Behdad Esfahbod <behdad@gnome.org>
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