summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2021-02-18 08:57:59 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2021-02-18 08:57:59 +0000
commitfb285a98bcf417d3a351572ce16b070a5fc767ae (patch)
tree3995c9a3e9fb46950a0173e8f08ab924159ae56f
parentfe67807f325cffcbb5db1858eee8aa84dbe8653f (diff)
[CWEB] Fix an 'aspell'ing error.
git-svn-id: svn://tug.org/texlive/trunk@57781 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/web2c/cwebdir/ChangeLog4
-rw-r--r--Build/source/texk/web2c/cwebdir/cweave.w6
2 files changed, 7 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ChangeLog b/Build/source/texk/web2c/cwebdir/ChangeLog
index 3d3af1faed9..1861d8f01a6 100644
--- a/Build/source/texk/web2c/cwebdir/ChangeLog
+++ b/Build/source/texk/web2c/cwebdir/ChangeLog
@@ -1,3 +1,7 @@
+2021-02-18 Andreas Scherer <https://ascherer.github.io>
+
+ * cweave.w: Fix an 'aspell'ing error and one old macro call.
+
2021-02-17 Andreas Scherer <https://ascherer.github.io>
* cweave.w: Fix 'Illegal hardware instruction' on MacOS.
diff --git a/Build/source/texk/web2c/cwebdir/cweave.w b/Build/source/texk/web2c/cwebdir/cweave.w
index c2284deb38a..868c525c3fd 100644
--- a/Build/source/texk/web2c/cwebdir/cweave.w
+++ b/Build/source/texk/web2c/cwebdir/cweave.w
@@ -2,7 +2,7 @@
% This program by Silvio Levy and Donald E. Knuth
% is based on a program by Knuth.
% It is distributed WITHOUT ANY WARRANTY, express or implied.
-% Version 4.0--- February 2021
+% Version 4.0 --- February 2021
% Copyright (C) 1987,1990,1993,2000 Silvio Levy and Donald E. Knuth
@@ -2418,7 +2418,7 @@ of identifiers in case labels.
If the first identifier is the keyword `\&{operator}', we give up;
users who want to index definitions of overloaded \CPLUSPLUS/ operators
should say, for example, `\.{@@!@@\^\\\&\{operator\} \$+\{=\}\$@@>}' (or,
-more properly alphebetized,
+more properly alphabetized,
`\.{@@!@@:operator+=\}\{\\\&\{operator\} \$+\{=\}\$@@>}').
@d no_ident_found (token_pointer)0 /* distinct from any identifier token */
@@ -4119,7 +4119,7 @@ static void finish_C(boolean);@/
@ @c
static void
-finish_C(@t\1\1@> /* finishes a definition or a \Cee\ part */
+finish_C(@t\1\1@> /* finishes a definition or a \CEE/ part */
boolean visible@t\2\2@>) /* nonzero if we should produce \TeX\ output */
{
text_pointer p; /* translation of the scraps */