summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ctiedir
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2020-04-26 11:02:57 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2020-04-26 11:02:57 +0000
commite732d91b0b2754c814154e7d59ee8762a9defef3 (patch)
tree322073b2275cadad4765f444080c6ba7a054f037 /Build/source/texk/web2c/ctiedir
parentd0999dc2108458faccbed7b248b9eaefab43e4df (diff)
[CTIE] Fix typo in ctie-k.ch.
Use British English in changefile. git-svn-id: svn://tug.org/texlive/trunk@54884 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ctiedir')
-rw-r--r--Build/source/texk/web2c/ctiedir/ChangeLog1
-rw-r--r--Build/source/texk/web2c/ctiedir/ctie-k.ch6
2 files changed, 4 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/ctiedir/ChangeLog b/Build/source/texk/web2c/ctiedir/ChangeLog
index b4256cdc396..8274d7932f9 100644
--- a/Build/source/texk/web2c/ctiedir/ChangeLog
+++ b/Build/source/texk/web2c/ctiedir/ChangeLog
@@ -1,6 +1,7 @@
2020-04-26 Andreas Scherer <https://ascherer.github.io>
* ctie-k.ch: Fix several typos in ctie.w.
+ Use British English also in the changefile.
2014-06-18 Peter Breitenlohner <peb@mppmu.mpg.de>
diff --git a/Build/source/texk/web2c/ctiedir/ctie-k.ch b/Build/source/texk/web2c/ctiedir/ctie-k.ch
index 784176ba561..d7b864c7b00 100644
--- a/Build/source/texk/web2c/ctiedir/ctie-k.ch
+++ b/Build/source/texk/web2c/ctiedir/ctie-k.ch
@@ -35,7 +35,7 @@ int main (int argc, string *argv)
@x l.105 Set up kpathsea stuff
@<Initialise parameters@>;
@y
- @<Set up |PROGNAME| feature and initialize the search path mechanism@>;
+ @<Set up |PROGNAME| feature and initialise the search path mechanism@>;
@<Initialise parameters@>;
@z
@@ -63,7 +63,7 @@ This version uses the \Kpathsea/ mechanism for searching files.
The directories to be searched for come from three sources:
(a)~a user-set environment variable \.{CWEBINPUTS}
- (overriden by \.{CWEBINPUTS\_ctie});\par
+ (overridden by \.{CWEBINPUTS\_ctie});\par
(b)~a line in \Kpathsea/ configuration file \.{texmf.cnf},\hfil\break
e.g. \.{CWEBINPUTS=.:$TEXMF/texmf/cweb//}
or \.{CWEBINPUTS.ctie=.:$TEXMF/texmf/cweb//};\hangindent=2\parindent\par
@@ -81,7 +81,7 @@ the environment) its value will be used as the search path for
filenames. This allows different flavors of \.{CTIE} to have
different search paths.
-@<Set up |PROGNAME| feature and initialize the search path mechanism@>=
+@<Set up |PROGNAME| feature and initialise the search path mechanism@>=
kpse_set_program_name(argv[0], "ctie");
@ We include the additional types |boolean| and |string|. \.{CTIE}