diff options
author | Sven Neumann <sven@gimp.org> | 2003-03-28 07:57:53 +0000 |
---|---|---|
committer | Sven Neumann <neo@src.gnome.org> | 2003-03-28 07:57:53 +0000 |
commit | 02705d11c3e337eedf41ecdee122636d05f2f3b1 (patch) | |
tree | dc1657ecf6a66cd73bc464e418dd485c492dd20b /pango/pangoft2-fontmap.c | |
parent | 43c8ac7ea5d9bdbeb17bdb958ac4bf6b15d74649 (diff) | |
download | pango-02705d11c3e337eedf41ecdee122636d05f2f3b1.tar.gz |
pango/pangoft2-fontmap.c fixed typos in inline docs.
2003-03-28 Sven Neumann <sven@gimp.org>
* pango/pangoft2-fontmap.c
* pango/pangoxft-fontmap.c: fixed typos in inline docs.
Diffstat (limited to 'pango/pangoft2-fontmap.c')
-rw-r--r-- | pango/pangoft2-fontmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangoft2-fontmap.c b/pango/pangoft2-fontmap.c index a44b397d..9feea38f 100644 --- a/pango/pangoft2-fontmap.c +++ b/pango/pangoft2-fontmap.c @@ -169,7 +169,7 @@ pango_ft2_font_map_new (void) * Sets a function that will be called to do final configuration * substitution on a #FcPattern before it is used to load * the font. This function can be used to do things like set - * hinting and antiasing options. + * hinting and antialiasing options. * * Since: 1.2 **/ |