texlive[55270] Build/source/texk/web2c: [WEB2C] Spell checking of

commits+ascherer at tug.org commits+ascherer at tug.org
Mon May 25 17:11:03 CEST 2020


Revision: 55270
          http://tug.org/svn/texlive?view=revision&revision=55270
Author:   ascherer
Date:     2020-05-25 17:11:03 +0200 (Mon, 25 May 2020)
Log Message:
-----------
[WEB2C] Spell checking of *.ch files.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/ChangeLog
    trunk/Build/source/texk/web2c/bibtex.ch
    trunk/Build/source/texk/web2c/mft.ch
    trunk/Build/source/texk/web2c/tangle.ch
    trunk/Build/source/texk/web2c/weave.ch

Modified: trunk/Build/source/texk/web2c/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ChangeLog	2020-05-25 03:17:30 UTC (rev 55269)
+++ trunk/Build/source/texk/web2c/ChangeLog	2020-05-25 15:11:03 UTC (rev 55270)
@@ -1,3 +1,10 @@
+2020-05-25  Andreas Scherer  <https://ascherer.github.io>
+
+	* bibtex.ch,
+	* mft.ch,
+	* tangle.ch,
+	* weave.ch: Spell checking with 'aspell -l en_US'.
+
 2020-05-24  Andreas Scherer  <https://ascherer.github.io>
 
 	* dvicopy.web,

Modified: trunk/Build/source/texk/web2c/bibtex.ch
===================================================================
--- trunk/Build/source/texk/web2c/bibtex.ch	2020-05-25 03:17:30 UTC (rev 55269)
+++ trunk/Build/source/texk/web2c/bibtex.ch	2020-05-25 15:11:03 UTC (rev 55270)
@@ -1029,7 +1029,7 @@
     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

Modified: trunk/Build/source/texk/web2c/mft.ch
===================================================================
--- trunk/Build/source/texk/web2c/mft.ch	2020-05-25 03:17:30 UTC (rev 55269)
+++ trunk/Build/source/texk/web2c/mft.ch	2020-05-25 15:11:03 UTC (rev 55270)
@@ -295,9 +295,9 @@
 % Now follows the simplest change -- although the bigest one.
 % The primitives of \MF\ and \MP\ are reshuffled into
 % three categories:
-%   -- primitivies common for \MF\ and \MP
-%   -- primitivies specific for \MF
-%   -- primitivies specific for \MP
+%   -- primitives common for \MF\ and \MP
+%   -- primitives specific for \MF
+%   -- primitives specific for \MP
 
 @x [65]
 @ The intended use of the macros above might not be immediately obvious,

Modified: trunk/Build/source/texk/web2c/tangle.ch
===================================================================
--- trunk/Build/source/texk/web2c/tangle.ch	2020-05-25 03:17:30 UTC (rev 55269)
+++ trunk/Build/source/texk/web2c/tangle.ch	2020-05-25 15:11:03 UTC (rev 55270)
@@ -242,7 +242,7 @@
 @d parametric2=4 {second type of parametric macros have this |ilk|}
 @z
 
- at x [50] unambig_length is a variabe now
+ at x [50] unambig_length is a variable now
 @!chopped_id:array [0..unambig_length] of ASCII_code; {chopped identifier}
 @y
 @!chopped_id:array [0..max_id_length] of ASCII_code; {chopped identifier}
@@ -787,7 +787,7 @@
 long_options[current_option].val := 0;
 incr (current_option);
 
-@ Strict comparisions.
+@ Strict comparisons.
 @.-strict@>
 
 @<Define the option...@> =
@@ -797,7 +797,7 @@
 long_options[current_option].val := 0;
 incr (current_option);
 
-@ Loose comparisions.
+@ Loose comparisons.
 @.-loose@>
 
 @<Define the option...@> =
@@ -807,7 +807,7 @@
 long_options[current_option].val := 0;
 incr (current_option);
 
-@ Loose comparisions.
+@ Loose comparisons.
 @.-length@>
 
 @<Define the option...@> =

Modified: trunk/Build/source/texk/web2c/weave.ch
===================================================================
--- trunk/Build/source/texk/web2c/weave.ch	2020-05-25 03:17:30 UTC (rev 55269)
+++ trunk/Build/source/texk/web2c/weave.ch	2020-05-25 15:11:03 UTC (rev 55270)
@@ -254,7 +254,7 @@
 begin if (reserved(p)or(byte_start[p]+1=byte_start[p+ww]))and
 @y
 If the user has sent the |no_xref| flag (the -x option of the command line),
-then it is unnecessary to keep track of cross references for identifers.
+then it is unnecessary to keep track of cross references for identifiers.
 If one were careful, one could probably make more changes around module
 100 to avoid a lot of identifier looking up.
 



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