aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitcd17b00c20e30495d03c7e53adc3740d7be9b3cd (patch)
tree05fc00631845dc924160e46cd392671d457c8114 /mdoc_validate.c
parent2c7598fb3afef5b096dd6c18a5699704287f6d0d (diff)
downloadmandoc-cd17b00c20e30495d03c7e53adc3740d7be9b3cd.tar.gz
mandoc-cd17b00c20e30495d03c7e53adc3740d7be9b3cd.tar.zst
mandoc-cd17b00c20e30495d03c7e53adc3740d7be9b3cd.zip
No code change: fixing spelling errors. From a patch by uqs@. Thanks!
Diffstat (limited to 'mdoc_validate.c')
-rw-r--r--mdoc_validate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdoc_validate.c b/mdoc_validate.c
index 6f711116..a34a221d 100644
--- a/mdoc_validate.c
+++ b/mdoc_validate.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_validate.c,v 1.168 2011/04/13 09:57:08 kristaps Exp $ */
+/* $Id: mdoc_validate.c,v 1.169 2011/04/30 10:18:24 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010, 2011 Ingo Schwarze <schwarze@openbsd.org>
@@ -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.
*/