summaryrefslogtreecommitdiff
path: root/font.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 14:08:25 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 14:08:25 -0800
commit2ce24da43a5f8bc7d675b3d061c80bff6172a10c (patch)
tree52fd7d1c01bea1d32c6757ea55bf50a9d12b1aaf /font.c
parent9b5e869ac505bf14b0051dbaabe0de38133f5fd5 (diff)
Fix spelling/wording issues
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'font.c')
-rw-r--r--font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/font.c b/font.c
index a7a4bec..031f9d3 100644
--- a/font.c
+++ b/font.c
@@ -68,7 +68,7 @@ LookupFontSizeBySize (DviWidget dw, DviFontList *f, int size)
#ifdef USE_XFT
/*
* Force a match of a core font for adobe-fontspecific
- * encodings; we dont have a scalable font in
+ * encodings; we don't have a scalable font in
* the right encoding
*/
best->core = False;