summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/patgen.web
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/patgen.web')
-rw-r--r--Build/source/texk/web2c/patgen.web8
1 files changed, 5 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/patgen.web b/Build/source/texk/web2c/patgen.web
index 5eae5b5a52d..a78d895c4f8 100644
--- a/Build/source/texk/web2c/patgen.web
+++ b/Build/source/texk/web2c/patgen.web
@@ -1,3 +1,4 @@
+% This program is not copyrighted and can be used freely.
% This is PATGEN.WEB in text format, as of August 23, 2004.
% Version 1.0 was finished in 1983.
% Version 2.0 major revision for `8-bit TeX' (November 8, 1991).
@@ -5,6 +6,7 @@
% Version 2.2 added `close_in(dictionary)' (August, 1996).
% Version 2.3 avoided division by zero - Karl Berry (October, 1996).
% Version 2.4 avoided use of uninitialized variables (September, 2009).
+% A few typos fixed, no version change (April, 2020).
% Here is TeX material that gets inserted after \input webmac
\def\hang{\hangindent 3em\indent\ignorespaces}
@@ -21,7 +23,7 @@
\vskip 8pt
\centerline{\titlefont for the \TeX 82 hyphenator}
\vskip 15pt
- \centerline{(Version 2.4, September 2009)}
+ \centerline{(Version 2.4, April 2020)}
\vfill}
\pageno=\contentspagenumber \advance\pageno by 1
@@ -1070,7 +1072,7 @@ as \PASCAL\ string (i.e., as \&{packed} \&{array} |[1..any]| \&{of}
@!buf_ptr: 0..max_buf_len; {index into |buf|}
@ When an error is caused by bad input data we say |bad_input(#)| in
-order to disply the contents of the |buf| array before terminating with
+order to display the contents of the |buf| array before terminating with
an error message.
@d print_buf== {print contents of |buf| array}
@@ -1177,7 +1179,7 @@ start with two equal characters (e.g., are blank) and are ignored.
Other lines contain the external representation of the lower case
version and an arbitrary number of `upper case versions' of a letter
preceded and separated by a delimiter and followed by two consecutive
-delimiters; the delimiter may be any character not occuring in either
+delimiters; the delimiter may be any character not occurring in either
version.
@<Set up repres...@>=