From fbb161ff0c8cb84f1cf26a103d2ebc7cb27c6c96 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 12 Apr 2009 19:30:45 +0000 Subject: Spelling "preceed" -> "precede" (naddy). --- man.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man.c') 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); -- cgit