diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-08-13 03:48:38 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-08-13 03:48:38 +0000 |
commit | f668953fc1fcdc647c334a24a7316c3fffe497a0 (patch) | |
tree | 0f77613c8090bc57d0247fdfd15faf4e59fba66d /pango/pangowin32.c | |
parent | 3eaff0ed87763e3a7d1e36541cbc0fdd7df58269 (diff) | |
parent | a22bb81144c397e8de44a9858f559b34c949b2ab (diff) | |
download | pango-f668953fc1fcdc647c334a24a7316c3fffe497a0.tar.gz |
Merge branch 'patch-1' into 'master'
Correct a typo in pangowin32.c
See merge request GNOME/pango!219
Diffstat (limited to 'pango/pangowin32.c')
-rw-r--r-- | pango/pangowin32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangowin32.c b/pango/pangowin32.c index 8849d4af..213a665e 100644 --- a/pango/pangowin32.c +++ b/pango/pangowin32.c @@ -269,7 +269,7 @@ pango_win32_render (HDC hdc, dX = g_new (INT, glyphs->num_glyphs); /* Render glyphs using one ExtTextOutW() call for each run of glyphs - * that have the same y offset. The big majoroty of glyphs will have + * that have the same y offset. The big majority of glyphs will have * y offset of zero, so in general, the whole glyph string will be * rendered by one call to ExtTextOutW(). * |