diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-08-21 21:18:28 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-08-21 21:24:52 -0400 |
commit | a3b625ea69b0402afd84d8706f10f97217053850 (patch) | |
tree | be88f0c052fe5b9ef13ae60b43144d078e552698 /pango/pangocairo-fontmap.c | |
parent | c87e246944bfc8bcba532c3f6cdaced945e300a9 (diff) | |
download | pango-a3b625ea69b0402afd84d8706f10f97217053850.tar.gz |
Cosmetic
Diffstat (limited to 'pango/pangocairo-fontmap.c')
-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 |