=================================================================== RCS file: /cvs/mandoc/mandoc.c,v retrieving revision 1.48 retrieving revision 1.49 diff -u -p -r1.48 -r1.49 --- mandoc/mandoc.c 2011/04/19 16:38:48 1.48 +++ mandoc/mandoc.c 2011/04/30 10:18:24 1.49 @@ -1,4 +1,4 @@ -/* $Id: mandoc.c,v 1.48 2011/04/19 16:38:48 kristaps Exp $ */ +/* $Id: mandoc.c,v 1.49 2011/04/30 10:18:24 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * Copyright (c) 2011 Ingo Schwarze @@ -603,7 +603,7 @@ mandoc_eos(const char *p, size_t sz, int enclosed) /* * End-of-sentence recognition must include situations where * some symbols, such as `)', allow prior EOS punctuation to - * propogate outward. + * propagate outward. */ found = 0;