diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2007-01-07 05:49:53 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-01-07 05:49:53 +0000 |
commit | eed4bfd92100d915d9d2f8e7c2d7ecac659a688a (patch) | |
tree | c9fc4aba099ee71d57d3f87f9b7af1abd5bce54b /pango/pangoft2-fontmap.c | |
parent | 59d1e39f888107431975300e2b6b2452ff737f45 (diff) | |
download | pango-eed4bfd92100d915d9d2f8e7c2d7ecac659a688a.tar.gz |
Spell-check the docs.
svn path=/trunk/; revision=2130
Diffstat (limited to 'pango/pangoft2-fontmap.c')
-rw-r--r-- | pango/pangoft2-fontmap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/pangoft2-fontmap.c b/pango/pangoft2-fontmap.c index 639ddebe..6a1b0ca5 100644 --- a/pango/pangoft2-fontmap.c +++ b/pango/pangoft2-fontmap.c @@ -177,7 +177,7 @@ pango_ft2_font_map_set_default_substitute (PangoFT2FontMap *fontmap, * Call this function any time the results of the * default substitution function set with * pango_ft2_font_map_set_default_substitute() change. - * That is, if your subsitution function will return different + * That is, if your substitution function will return different * results for the same input pattern, you must call this function. * * Since: 1.2 @@ -231,8 +231,8 @@ pango_ft2_font_map_create_context (PangoFT2FontMap *fontmap) /** * pango_ft2_get_context: - * @dpi_x: the horizontal dpi of the target device - * @dpi_y: the vertical dpi of the target device + * @dpi_x: the horizontal DPI of the target device + * @dpi_y: the vertical DPI of the target device * * Retrieves a #PangoContext for the default PangoFT2 fontmap * (see pango_ft2_fontmap_get_for_display()) and sets the resolution |