summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2005-11-23 14:27:39 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2005-11-23 14:27:39 +0000
commit4ec0dd1fea9bdaee221ce19543849b20f58ea2d3 (patch)
treebc9c375f461fdde3e9bad97c2acc7902b7a0b938
parent573bfb60f001ce233a6b35e36345d8941834ccba (diff)
downloadpango-4ec0dd1fea9bdaee221ce19543849b20f58ea2d3.tar.gz
Remove excess "the" in docs. (#319175, Masao Mutoh)
2005-11-23 Behdad Esfahbod <behdad@gnome.org> * pango/fonts.c (pango_font_description_get_absolute_size): Remove excess "the" in docs. (#319175, Masao Mutoh)
-rw-r--r--ChangeLog5
-rw-r--r--pango/fonts.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8eedb860..05afa81b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-23 Behdad Esfahbod <behdad@gnome.org>
+
+ * pango/fonts.c (pango_font_description_get_absolute_size): Remove
+ excess "the" in docs. (#319175, Masao Mutoh)
+
2005-11-22 Behdad Esfahbod <behdad@gnome.org>
* pango/pangoxft-font.c (_pango_xft_font_get_mini_font): Load a font
diff --git a/pango/fonts.c b/pango/fonts.c
index 9082fe59..5f3017b0 100644
--- a/pango/fonts.c
+++ b/pango/fonts.c
@@ -406,7 +406,7 @@ pango_font_description_set_absolute_size (PangoFontDescription *desc,
* Determines whether the size of the font is in points or device units.
* See pango_font_description_set_size() and pango_font_description_set_absolute_size().
*
- * Return value: whether the the size for the font description is in
+ * Return value: whether the size for the font description is in
* points or device units. Use pango_font_description_get_set_fields() to
* find out if the size field of the font description was explicitely set or not.
*