=================================================================== RCS file: /cvs/mandoc/mdoc_validate.c,v retrieving revision 1.168 retrieving revision 1.169 diff -u -p -r1.168 -r1.169 --- mandoc/mdoc_validate.c 2011/04/13 09:57:08 1.168 +++ mandoc/mdoc_validate.c 2011/04/30 10:18:24 1.169 @@ -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 * Copyright (c) 2010, 2011 Ingo Schwarze @@ -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. */