diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-04-30 10:18:24 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-04-30 10:18:24 +0000 |
commit | 9d7aa895cbfd8afba87de99ca42b9188c0d3f606 (patch) | |
tree | ed7987588bef7c7a4959ed6c15126d5cd1d28b91 /mdoc_validate.c | |
parent | f6fa914d0b93b882cbff739e671c11d141d1460b (diff) | |
download | mandoc-9d7aa895cbfd8afba87de99ca42b9188c0d3f606.tar.gz |
No code change: fixing spelling errors. From a patch by uqs@. Thanks!
Diffstat (limited to 'mdoc_validate.c')
-rw-r--r-- | mdoc_validate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc_validate.c b/mdoc_validate.c index d3b19a7b..3c8d4aab 100644 --- a/mdoc_validate.c +++ b/mdoc_validate.c @@ -1535,7 +1535,7 @@ post_bl_head(POST_ARGS) assert(0 == np->args->argv[j].sz); /* - * Accomodate for new-style groff column syntax. Shuffle the + * Accommodate for new-style groff column syntax. Shuffle the * child nodes, all of which must be TEXT, as arguments for the * column field. Then, delete the head children. */ |