aboutsummaryrefslogtreecommitdiff
path: root/win32/pe-parser.lua
diff options
context:
space:
mode:
authorAntonin Décimo <antonin.decimo@gmail.com>2019-02-09 14:12:10 +0100
committerHisham Muhammad <hisham@gobolinux.org>2019-02-09 14:12:10 +0100
commit7a28056921ea81a4c93d3249495866605a913d5c (patch)
tree10623484f827f2b130f67a5b173d66796cfd9e53 /win32/pe-parser.lua
parent27c0625035cef8abd09440c816fb0aafd7b37854 (diff)
downloadluarocks-7a28056921ea81a4c93d3249495866605a913d5c.tar.gz
luarocks-7a28056921ea81a4c93d3249495866605a913d5c.tar.bz2
luarocks-7a28056921ea81a4c93d3249495866605a913d5c.zip
Fix small misspellings (#957)
Diffstat (limited to 'win32/pe-parser.lua')
-rw-r--r--win32/pe-parser.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/pe-parser.lua b/win32/pe-parser.lua
index 34556812..1aff7107 100644
--- a/win32/pe-parser.lua
+++ b/win32/pe-parser.lua
@@ -416,7 +416,7 @@ M.parse = function(target)
416 name = "Characteristics"}, 416 name = "Characteristics"},
417 }, f) 417 }, f)
418 end 418 end
419 -- we now have section data, so add RVA convertion method 419 -- we now have section data, so add RVA conversion method
420 out.get_fileoffset = M.get_fileoffset 420 out.get_fileoffset = M.get_fileoffset
421 421
422 -- get the import table 422 -- get the import table