aboutsummaryrefslogtreecommitdiffstats
path: root/doc/yat2m.c
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <[email protected]>2018-10-24 18:39:56 +0000
committerDaniel Kahn Gillmor <[email protected]>2018-10-24 18:39:56 +0000
commitef540d1af0649ebf1add190d0ab095e957658b7e (patch)
treeb76bfde7f9f3645568583900bdc73df1e6b19006 /doc/yat2m.c
parentagent: Fix possible uninitalized use of CTX in simple_pwquery. (diff)
downloadgnupg-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.c6
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)
{