diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2023-04-28 19:11:03 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2023-04-28 19:11:03 +0000 |
commit | 0b0554bfc6a91450265f23d89c425a979a42d366 (patch) | |
tree | c3ac22e69ac3dc9ca9aacfb48dafea95a2114158 /eqn.c | |
parent | f6a5ecf0a6ad2ae347cd6feb5ff6eefafbe8631f (diff) | |
download | mandoc-0b0554bfc6a91450265f23d89c425a979a42d366.tar.gz |
spelling fixes from Paul Tagliamonte via tech@ and jmc@
Diffstat (limited to 'eqn.c')
-rw-r--r-- | eqn.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |