summaryrefslogtreecommitdiffstatshomepage
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
commita28e4481c0c3b7ffa86eabadfa859d38a3065fb8 (patch)
treeb8e94f2aa4df2bf7e9a1b3ff3fefcc499a060587 /man.c
parentc4faaa5e4c6e0e65df046bd7a0ea10751851760f (diff)
downloadmandoc-a28e4481c0c3b7ffa86eabadfa859d38a3065fb8.tar.gz
mandoc-a28e4481c0c3b7ffa86eabadfa859d38a3065fb8.tar.zst
mandoc-a28e4481c0c3b7ffa86eabadfa859d38a3065fb8.zip
Spelling "preceed" -> "precede" (naddy).
Diffstat (limited to 'man.c')
-rw-r--r--man.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/man.c b/man.c
index c0b36b26..83e6b5ea 100644
--- a/man.c
+++ b/man.c
@@ -1,4 +1,4 @@
-/* $Id: man.c,v 1.16 2009/04/05 16:34:22 kristaps Exp $ */
+/* $Id: man.c,v 1.17 2009/04/12 19:30:45 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@openbsd.org>
*
@@ -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);