=================================================================== RCS file: /cvs/mandoc/man.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- mandoc/man.c 2009/04/05 16:34:22 1.16 +++ mandoc/man.c 2009/04/12 19:30:45 1.17 @@ -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 * @@ -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);