From 51135080b9f6cbea8746fb442bc7446e59b04eb0 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 2 Feb 2017 09:47:06 +0000 Subject: [PATCH] spelling: efficient --- ext/luawrapper/include/LuaContext.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/luawrapper/include/LuaContext.hpp b/ext/luawrapper/include/LuaContext.hpp index b3d425abc4..76402deb09 100644 --- a/ext/luawrapper/include/LuaContext.hpp +++ b/ext/luawrapper/include/LuaContext.hpp @@ -643,7 +643,7 @@ public: /** * Equivalent to writeVariable(varName, ..., std::function(data)); - * This version is more effecient than writeVariable if you want to write functions + * This version is more efficient than writeVariable if you want to write functions */ template void writeFunction(TData&&... data) noexcept { -- 2.47.2