summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/bibtex.ch
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2020-05-25 15:11:03 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2020-05-25 15:11:03 +0000
commit17a62a7784449c098bd7350b94b79c2d34d0a70f (patch)
tree292274ff8c785ab500ca2df9e0cde4a017e95e2d /Build/source/texk/web2c/bibtex.ch
parent6d7616c19a1acf8d811a71a5b03d40557cfd3c8c (diff)
[WEB2C] Spell checking of *.ch files.
git-svn-id: svn://tug.org/texlive/trunk@55270 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/bibtex.ch')
-rw-r--r--Build/source/texk/web2c/bibtex.ch2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/bibtex.ch b/Build/source/texk/web2c/bibtex.ch
index 280e9f66f68..977769c6f94 100644
--- a/Build/source/texk/web2c/bibtex.ch
+++ b/Build/source/texk/web2c/bibtex.ch
@@ -1029,7 +1029,7 @@ if (last_cite = max_cites) then
while (last_cite < max_cites) do
begin
type_list[last_cite] := empty;@/
- cite_info[last_cite] := any_value; {to appeas \PASCAL's boolean evaluation}
+ cite_info[last_cite] := any_value; {to appease \PASCAL's boolean evaluation}
incr(last_cite);
end;
@z