diff options
Diffstat (limited to 'pango')
-rw-r--r-- | pango/pangocairo-fontmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pangocairo-fontmap.c b/pango/pangocairo-fontmap.c index dce640e3..47c2245f 100644 --- a/pango/pangocairo-fontmap.c +++ b/pango/pangocairo-fontmap.c @@ -198,8 +198,8 @@ pango_cairo_font_map_get_default (void) * * Note that since Pango 1.32.6, the default fontmap is per-thread. * This function only changes the default fontmap for - * the current thread. Default fontmaps of exisiting threads - * are not changed. Default fontmaps of any new threads will + * the current thread. Default fontmaps of existing threads + * are not changed. Default fontmaps of any new threads will * still be created using pango_cairo_font_map_new(). * * A value of %NULL for @fontmap will cause the current default |