about summary refs log tree commit diff
path: root/generator/pbmtext.c
diff options
context:
space:
mode:
Diffstat (limited to 'generator/pbmtext.c')
-rw-r--r--generator/pbmtext.c2
1 files changed, 1 insertions, 1 deletions
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 */