diff options
author | Daniel Kahn Gillmor <[email protected]> | 2018-10-24 18:39:56 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2018-10-24 18:39:56 +0000 |
commit | ef540d1af0649ebf1add190d0ab095e957658b7e (patch) | |
tree | b76bfde7f9f3645568583900bdc73df1e6b19006 /doc/yat2m.c | |
parent | agent: Fix possible uninitalized use of CTX in simple_pwquery. (diff) | |
download | gnupg-ef540d1af0649ebf1add190d0ab095e957658b7e.tar.gz gnupg-ef540d1af0649ebf1add190d0ab095e957658b7e.zip |
doc: fix spelling mistakes
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'doc/yat2m.c')
-rw-r--r-- | doc/yat2m.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/yat2m.c b/doc/yat2m.c index c7bec338f..be0ef17fd 100644 --- a/doc/yat2m.c +++ b/doc/yat2m.c @@ -55,7 +55,7 @@ .B whateever you want @end ifset - alternativly a special comment may be used: + alternatively a special comment may be used: @c man:.B whatever you want @@ -704,7 +704,7 @@ write_th (FILE *fp) /* Process the texinfo command COMMAND (without the leading @) and - write output if needed to FP. REST is the remainer of the line + write output if needed to FP. REST is the remainder of the line which should either point to an opening brace or to a white space. The function returns the number of characters already processed from REST. LEN is the usable length of REST. TABLE_LEVEL is used to @@ -1197,7 +1197,7 @@ parse_file (const char *fname, FILE *fp, char **section_name, int in_pause) if (*p == '@' && !strncmp (p+1, "item", 4)) item_indent = p - line; /* Set a new indent level. */ else if (p - line < item_indent) - item_indent = 0; /* Switch off indention. */ + item_indent = 0; /* Switch off indentation. */ if (item_indent) { |