=================================================================== RCS file: /cvs/mandoc/roff_term.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -p -r1.24 -r1.25 --- mandoc/roff_term.c 2021/09/19 18:07:09 1.24 +++ mandoc/roff_term.c 2023/04/28 19:11:04 1.25 @@ -1,4 +1,4 @@ -/* $OpenBSD: roff_term.c,v 1.24 2021/09/19 18:07:09 schwarze Exp $ */ +/* $Id: roff_term.c,v 1.25 2023/04/28 19:11:04 schwarze Exp $ */ /* * Copyright (c) 2010,2014,2015,2017-2020 Ingo Schwarze * @@ -175,7 +175,7 @@ roff_term_pre_po(ROFF_TERM_ARGS) } else ponew = polast; - /* Remeber both the previous and the newly requested offset. */ + /* Remember both the previous and the newly requested offset. */ polast = po; po = ponew;