From a6f39584bd4760a6fafb579e56ab3ccdead458b2 Mon Sep 17 00:00:00 2001 From: wfgleper Date: Wed, 7 Aug 2013 20:19:54 +0000 Subject: Fix typo --HG-- branch : wfgleper/fix-typo-1375906880413 --- src/base/os.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/os.lua b/src/base/os.lua index ac71334..deff1d0 100644 --- a/src/base/os.lua +++ b/src/base/os.lua @@ -23,7 +23,7 @@ -- Linux ldconfig file parser to find system library locations local first, last local dirs = { } - local fiel = io.open(conf_file) + local file = io.open(conf_file) -- Handle missing ld.so.conf (BSDs) gracefully if file == nil then return dirs -- cgit v1.2.3