diff options
Diffstat (limited to 'pith/help_h_gen.c')
-rw-r--r-- | pith/help_h_gen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/help_h_gen.c b/pith/help_h_gen.c index 1e7b904e..8a739fce 100644 --- a/pith/help_h_gen.c +++ b/pith/help_h_gen.c @@ -36,7 +36,7 @@ void preamble(FILE *ofp) { fprintf(ofp, "\n\t\t/*\n"); - fprintf(ofp, "\t\t * AUTMATICALLY GENERATED FILE!\n"); + fprintf(ofp, "\t\t * AUTOMATICALLY GENERATED FILE!\n"); fprintf(ofp, "\t\t * DO NOT EDIT!!\n"); fprintf(ofp, "\t\t * See help_h_gen.c.\n\t\t */\n\n\n"); fprintf(ofp, "#ifndef PITH_HELPTEXT_INCLUDED\n"); |