summaryrefslogtreecommitdiffstats
path: root/mdoc_validate.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-04-30 10:18:24 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-04-30 10:18:24 +0000
commit9d7aa895cbfd8afba87de99ca42b9188c0d3f606 (patch)
treeed7987588bef7c7a4959ed6c15126d5cd1d28b91 /mdoc_validate.c
parentf6fa914d0b93b882cbff739e671c11d141d1460b (diff)
downloadmandoc-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.c2
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.
*/