diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-29 07:05:58 +0200 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-29 07:05:58 +0200 |
commit | eb134863bdb0bf6dc0cca35584e405e7ca69e68b (patch) | |
tree | 78d205c3edefd4c166e10bc807d580c541dbaf8a | |
parent | cd47e49451cd03a147ce32498739f803973d7f9f (diff) | |
download | luatexbase-eb134863bdb0bf6dc0cca35584e405e7ca69e68b.tar.gz |
Fix stupid typo in loader.
-rw-r--r-- | luatexbase-loader.dtx | 2 |
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 |