From 7a28056921ea81a4c93d3249495866605a913d5c Mon Sep 17 00:00:00 2001 From: Antonin Décimo Date: Sat, 9 Feb 2019 14:12:10 +0100 Subject: Fix small misspellings (#957) --- win32/lua5.1/include/luaconf.h | 2 +- win32/pe-parser.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'win32') 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 @@ /* -@@ LUA_USE_POSIX includes all functionallity listed as X/Open System +@@ LUA_USE_POSIX includes all functionality listed as X/Open System @* Interfaces Extension (XSI). ** CHANGE it (define it) if your system is XSI compatible. */ 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) name = "Characteristics"}, }, f) end - -- we now have section data, so add RVA convertion method + -- we now have section data, so add RVA conversion method out.get_fileoffset = M.get_fileoffset -- get the import table -- cgit v1.2.3-55-g6feb