summaryrefslogtreecommitdiff
path: root/luatexbase-loader.dtx
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-29 07:05:58 +0200
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-29 07:05:58 +0200
commiteb134863bdb0bf6dc0cca35584e405e7ca69e68b (patch)
tree78d205c3edefd4c166e10bc807d580c541dbaf8a /luatexbase-loader.dtx
parentcd47e49451cd03a147ce32498739f803973d7f9f (diff)
downloadluatexbase-eb134863bdb0bf6dc0cca35584e405e7ca69e68b.tar.gz
Fix stupid typo in loader.
Diffstat (limited to 'luatexbase-loader.dtx')
-rw-r--r--luatexbase-loader.dtx2
1 files changed, 1 insertions, 1 deletions
diff --git a/luatexbase-loader.dtx b/luatexbase-loader.dtx
index 057b2bf..73dcc72 100644
--- a/luatexbase-loader.dtx
+++ b/luatexbase-loader.dtx
@@ -291,7 +291,7 @@ end
%
% \begin{macrocode}
local function load_module(mod)
- local file = find_module_file(file)
+ local file = find_module_file(mod)
if not file then
return "\n\t[luatexbase.loader] Search failed"
end