Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwfgleper <leper@wildfiregames.com>2013-08-08 00:19:54 +0400
committerwfgleper <leper@wildfiregames.com>2013-08-08 00:19:54 +0400
commita6f39584bd4760a6fafb579e56ab3ccdead458b2 (patch)
treea22400e7a810300b51cb18587d2d1adc93b21877
parentda779befdfd069c33946d8a037e25774ea67df14 (diff)
Fix typo
--HG-- branch : wfgleper/fix-typo-1375906880413
-rw-r--r--src/base/os.lua2
1 files changed, 1 insertions, 1 deletions
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