diff options
-rw-r--r-- | generator/pbmtext.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |