=================================================================== RCS file: /cvs/mandoc/eqn.c,v retrieving revision 1.85 retrieving revision 1.86 diff -u -p -r1.85 -r1.86 --- mandoc/eqn.c 2022/04/13 20:26:19 1.85 +++ mandoc/eqn.c 2023/04/28 19:11:03 1.86 @@ -1,4 +1,4 @@ -/* $Id: eqn.c,v 1.85 2022/04/13 20:26:19 schwarze Exp $ */ +/* $Id: eqn.c,v 1.86 2023/04/28 19:11:03 schwarze Exp $ */ /* * Copyright (c) 2014, 2015, 2017, 2018, 2020, 2022 * Ingo Schwarze @@ -356,7 +356,7 @@ eqn_def_find(struct eqn_node *ep) /* * Parse a token from the input text. The modes are: * MODE_QUOTED: Use *ep->start as the delimiter; the token ends - * before its next occurence. Do not interpret the token in any + * before its next occurrence. Do not interpret the token in any * way and return EQN_TOK_QUOTED. All other modes behave like * MODE_QUOTED when *ep->start is '"'. * MODE_NOSUB: If *ep->start is a curly brace, the token ends after it;