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/pangoxft-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/pangoxft-fontmap.c')
-rw-r--r-- | pango/pangoxft-fontmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangoxft-fontmap.c b/pango/pangoxft-fontmap.c index c7b16995..9d800d10 100644 --- a/pango/pangoxft-fontmap.c +++ b/pango/pangoxft-fontmap.c @@ -272,7 +272,7 @@ pango_xft_shutdown_display (Display *display, * 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 **/ |