texlive[57781] Build/source/texk/web2c/cwebdir: [CWEB] Fix an

commits+ascherer at tug.org commits+ascherer at tug.org
Thu Feb 18 09:57:59 CET 2021


Revision: 57781
          http://tug.org/svn/texlive?view=revision&revision=57781
Author:   ascherer
Date:     2021-02-18 09:57:59 +0100 (Thu, 18 Feb 2021)
Log Message:
-----------
[CWEB] Fix an 'aspell'ing error.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/cwebdir/ChangeLog
    trunk/Build/source/texk/web2c/cwebdir/cweave.w

Modified: trunk/Build/source/texk/web2c/cwebdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2021-02-18 08:27:57 UTC (rev 57780)
+++ trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2021-02-18 08:57:59 UTC (rev 57781)
@@ -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.

Modified: trunk/Build/source/texk/web2c/cwebdir/cweave.w
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/cweave.w	2021-02-18 08:27:57 UTC (rev 57780)
+++ trunk/Build/source/texk/web2c/cwebdir/cweave.w	2021-02-18 08:57:59 UTC (rev 57781)
@@ -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 @@
 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 @@
 
 @ @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 at t\2\2@>) /* nonzero if we should produce \TeX\ output */
 {
   text_pointer p; /* translation of the scraps */



More information about the tex-live-commits mailing list.