From 2b7598221d87049d03e9a95fcb541c37c8728184 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 22 Jul 2020 15:19:58 -0700 Subject: Fix spelling/wording issues Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith --- modules/om/generic/omGeneric.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/om') diff --git a/modules/om/generic/omGeneric.c b/modules/om/generic/omGeneric.c index 22f826ec..c44acb88 100644 --- a/modules/om/generic/omGeneric.c +++ b/modules/om/generic/omGeneric.c @@ -702,7 +702,7 @@ parse_omit_name( switch (num_fields) { case 12: - /* This is the best way to have specifed the fontset. In this + /* This is the best way to have specified the fontset. In this * case, there is no original encoding. E.g., * -*-*-*-*-*-*-14-*-*-*-*-* * To this, we'll append a dash: @@ -771,7 +771,7 @@ parse_omit_name( if ((font_data->xlfd_name = get_font_name(oc, buf)) != NULL) return True; - /* This may mot be needed anymore as XListFonts() takes care of this */ + /* This may not be needed anymore as XListFonts() takes care of this */ if (num_fields < 12) { if ((last - buf) > (XLFD_MAX_LEN - 2)) return -1; @@ -1113,7 +1113,7 @@ parse_fontname( goto err; } else if(ret == True) { /* - * We can't just loop thru fontset->font_data to + * We can't just loop through fontset->font_data to * find the first (ie. best) match: parse_fontdata * will try a substitute font if no primary one could * be matched. It returns the required information in @@ -2048,7 +2048,7 @@ init_om( /* directional dependent drawing */ om->core.directional_dependent = False; - /* contexual drawing */ + /* contextual drawing */ om->core.contextual_drawing = False; /* context dependent */ -- cgit v1.2.3