summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2006-04-09 20:59:39 +0000
committerTor Lillqvist <tml@src.gnome.org>2006-04-09 20:59:39 +0000
commit2dc25756424f9ba88b7214cd60a949a0c88b4af6 (patch)
treec41b3de12333cc1a8c266f3d0e062f4f99299310
parent6d685f9b861a7393d94113526889f9b1b4c9ce9c (diff)
downloadpango-2dc25756424f9ba88b7214cd60a949a0c88b4af6.tar.gz
Fix typo in doc comment.
2006-04-09 Tor Lillqvist <tml@novell.com> * pango/pango-utils.c (pango_quantize_line_geometry): Fix typo in doc comment.
-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