=================================================================== RCS file: /cvs/mandoc/term.c,v retrieving revision 1.290 retrieving revision 1.291 diff -u -p -r1.290 -r1.291 --- mandoc/term.c 2022/08/16 17:45:55 1.290 +++ mandoc/term.c 2023/04/28 19:11:04 1.291 @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.290 2022/08/16 17:45:55 schwarze Exp $ */ +/* $Id: term.c,v 1.291 2023/04/28 19:11:04 schwarze Exp $ */ /* * Copyright (c) 2010-2022 Ingo Schwarze * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons @@ -194,7 +194,7 @@ term_flushln(struct termp *p) break; /* - * At the location of an automtic line break, input + * At the location of an automatic line break, input * space characters are consumed by the line break. */