[pango: 1/2] Correct a typo in pangowin32.c
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango: 1/2] Correct a typo in pangowin32.c
- Date: Thu, 13 Aug 2020 03:48:40 +0000 (UTC)
commit a22bb81144c397e8de44a9858f559b34c949b2ab
Author: Felix Yan <felixonmars archlinux org>
Date: Wed Aug 12 16:54:18 2020 +0000
Correct a typo in pangowin32.c
pango/pangowin32.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pango/pangowin32.c b/pango/pangowin32.c
index 8849d4af0..213a665e2 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().
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]