diff options
Diffstat (limited to 'roff_term.c')
-rw-r--r-- | roff_term.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roff_term.c b/roff_term.c index 115d850f..9a6a420f 100644 --- a/roff_term.c +++ b/roff_term.c @@ -1,4 +1,4 @@ -/* $OpenBSD: roff_term.c,v 1.20 2020/09/03 17:37:06 schwarze Exp $ */ +/* $Id$ */ /* * Copyright (c) 2010,2014,2015,2017-2020 Ingo Schwarze <schwarze@openbsd.org> * @@ -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; |