commit | 3b5dacba44e4fa5c07c8b828d2f65215f9c91e34 | [log] [tgz] |
---|---|---|
author | Konrad Grochowski <hcorg@apache.org> | Mon Nov 24 10:55:31 2014 +0100 |
committer | Konrad Grochowski <hcorg@apache.org> | Mon Nov 24 10:55:31 2014 +0100 |
tree | 56fb134a0cd9cadbdd034af8de6ffdb31ae50ef8 | |
parent | eab29a0da9eb775bb7e1e7cff6b4eeaecf237151 [diff] [blame] |
THRIFT-2849: spelling errors fixed using codespell tool Client: All Patch: Anatol Pomozov This closes #281
diff --git a/lib/lua/Thrift.lua b/lib/lua/Thrift.lua index 6ff8ecb..da5bb63 100644 --- a/lib/lua/Thrift.lua +++ b/lib/lua/Thrift.lua
@@ -69,7 +69,7 @@ ONEWAY = 4 } --- Recursive __index function to achive inheritance +-- Recursive __index function to achieve inheritance function __tobj_index(self, key) local v = rawget(self, key) if v ~= nil then