diff options
author | Antonin Décimo <antonin.decimo@gmail.com> | 2019-02-09 14:12:10 +0100 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2019-02-09 14:12:10 +0100 |
commit | 7a28056921ea81a4c93d3249495866605a913d5c (patch) | |
tree | 10623484f827f2b130f67a5b173d66796cfd9e53 /win32 | |
parent | 27c0625035cef8abd09440c816fb0aafd7b37854 (diff) | |
download | luarocks-7a28056921ea81a4c93d3249495866605a913d5c.tar.gz luarocks-7a28056921ea81a4c93d3249495866605a913d5c.tar.bz2 luarocks-7a28056921ea81a4c93d3249495866605a913d5c.zip |
Fix small misspellings (#957)
Diffstat (limited to 'win32')
-rw-r--r-- | win32/lua5.1/include/luaconf.h | 2 | ||||
-rw-r--r-- | win32/pe-parser.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/win32/lua5.1/include/luaconf.h b/win32/lua5.1/include/luaconf.h index 05354175..47bad73f 100644 --- a/win32/lua5.1/include/luaconf.h +++ b/win32/lua5.1/include/luaconf.h | |||
@@ -47,7 +47,7 @@ | |||
47 | 47 | ||
48 | 48 | ||
49 | /* | 49 | /* |
50 | @@ LUA_USE_POSIX includes all functionallity listed as X/Open System | 50 | @@ LUA_USE_POSIX includes all functionality listed as X/Open System |
51 | @* Interfaces Extension (XSI). | 51 | @* Interfaces Extension (XSI). |
52 | ** CHANGE it (define it) if your system is XSI compatible. | 52 | ** CHANGE it (define it) if your system is XSI compatible. |
53 | */ | 53 | */ |
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 |