diff options
author | Hans Hagen <pragma@wxs.nl> | 2009-11-27 21:24:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2009-11-27 21:24:00 +0100 |
commit | e55a0f36ef512134e32c0c11b1ede843dd4eb145 (patch) | |
tree | 74bdeede47e9cb6c1a109399d5b033bf450f6aed /tex/context/base/mult-cld.lua | |
parent | 527274eadad499558bb40b794882661970c5cc67 (diff) | |
download | context-e55a0f36ef512134e32c0c11b1ede843dd4eb145.tar.gz |
beta 2009.11.27 21:24
Diffstat (limited to 'tex/context/base/mult-cld.lua')
-rw-r--r-- | tex/context/base/mult-cld.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/mult-cld.lua b/tex/context/base/mult-cld.lua index 02c57fe5f..406f3cb6e 100644 --- a/tex/context/base/mult-cld.lua +++ b/tex/context/base/mult-cld.lua @@ -159,11 +159,11 @@ function context.runfile(filename) local ok = dofile(filename) if type(ok) == "function" then if trace_cld then - commands.writestatus("cld","begin of file '%s' (funciton call)",filename) + commands.writestatus("cld","begin of file '%s' (function call)",filename) end ok() if trace_cld then - commands.writestatus("cld","end of file '%s' (funciton call)",filename) + commands.writestatus("cld","end of file '%s' (function call)",filename) end elseif ok then commands.writestatus("cld","file '%s' is processed and returns true",filename) |