From 36b17dd0c515ebf7a5916575ead970439295fc46 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Mon, 30 Dec 2019 16:08:15 +0000 Subject: Fix typos in comments, whitespace git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3729 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 ef00be27..e52a296e 100644 --- a/generator/pbmtext.c +++ b/generator/pbmtext.c @@ -991,7 +991,7 @@ getText(PM_WCHAR const cmdlineText[], if (!buf) pm_error("Unable to allocate memory for up to %u characters of " "text", MAXLINECHARS); - buf[lineBufTerm] = L'\1'; /* Initalize to non-zero value */ + buf[lineBufTerm] = L'\1'; /* Initialize to non-zero value */ /* to detect input overrun */ maxlines = 50; /* initial value */ -- cgit 1.4.1