From 2c78eb003e80b3110f26822af3e7c163bc9f5a94 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Fri, 29 May 2020 23:35:10 +0000 Subject: fix typo in message git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3820 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- generator/pbmtext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generator') diff --git a/generator/pbmtext.c b/generator/pbmtext.c index 7c7d2548..f9ba2cfa 100644 --- a/generator/pbmtext.c +++ b/generator/pbmtext.c @@ -332,7 +332,7 @@ reportAbsentGlyphs(bool const wchar, } } if (missingCharCt > 0) - pm_message("total %u chararcters absent in font", missingCharCt); + pm_message("total %u characters absent in font", missingCharCt); *missingCharCtP = missingCharCt; } -- cgit 1.4.1