=================================================================== RCS file: /cvs/mandoc/html.c,v retrieving revision 1.133 retrieving revision 1.134 diff -u -p -r1.133 -r1.134 --- mandoc/html.c 2011/04/29 22:18:12 1.133 +++ mandoc/html.c 2011/04/30 10:18:24 1.134 @@ -1,4 +1,4 @@ -/* $Id: html.c,v 1.133 2011/04/29 22:18:12 kristaps Exp $ */ +/* $Id: html.c,v 1.134 2011/04/30 10:18:24 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011 Ingo Schwarze @@ -427,7 +427,7 @@ print_otag(struct html *h, enum htmltag tag, print_attr(h, "lang", "en"); } - /* Accomodate for XML "well-formed" singleton escaping. */ + /* Accommodate for XML "well-formed" singleton escaping. */ if (HTML_AUTOCLOSE & htmltags[tag].flags) switch (h->type) {