summaryrefslogtreecommitdiffstats
path: root/man.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-04-12 19:30:45 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-04-12 19:30:45 +0000
commitfbb161ff0c8cb84f1cf26a103d2ebc7cb27c6c96 (patch)
tree8c6e5138899687469e6b9f2580ba65d8a21c1b5a /man.c
parent1ef13320910faa7500c45bb10ef6ae0f340a672a (diff)
downloadmandoc-fbb161ff0c8cb84f1cf26a103d2ebc7cb27c6c96.tar.gz
Spelling "preceed" -> "precede" (naddy).
Diffstat (limited to 'man.c')
-rw-r--r--man.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/man.c b/man.c
index c747a366..7dce6bce 100644
--- a/man.c
+++ b/man.c
@@ -379,7 +379,7 @@ out:
if (fl) {
/*
* A NLINE macro has been immediately followed with
- * another. Close out the preceeding macro's scope, and
+ * another. Close out the preceding macro's scope, and
* continue.
*/
assert(MAN_ROOT != m->last->type);