Fix typo in comments.
authorBehdad Esfahbod <behdad@gnome.org>
Fri, 21 Sep 2007 07:42:03 +0000 (07:42 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Fri, 21 Sep 2007 07:42:03 +0000 (07:42 +0000)
2007-09-21  Behdad Esfahbod  <behdad@gnome.org>

        * pango/pangofc-fontmap.c: Fix typo in comments.

svn path=/trunk/; revision=2428

ChangeLog
pango/pangofc-fontmap.c

index 4183ea1..27604b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-09-21  Behdad Esfahbod  <behdad@gnome.org>
+
+       * pango/pangofc-fontmap.c: Fix typo in comments.
+
 2007-09-17  Behdad Esfahbod  <behdad@gnome.org>
 
        * === Released 1.18.2 ===
index 8e2a326..e45bf9d 100644 (file)
@@ -592,7 +592,7 @@ pango_fc_font_map_lookup (PangoFcFontMap *fcfontmap,
   return g_hash_table_lookup (priv->font_hash, &key);
 }
 
-/* Remove mapping from xfont->font_pattern to xfont */
+/* Remove mapping from fcfont->font_pattern to fcfont */
 void
 _pango_fc_font_map_remove (PangoFcFontMap *fcfontmap,
                           PangoFcFont    *fcfont)