From: Josh Soref Date: Thu, 2 Feb 2017 09:24:58 +0000 (+0000) Subject: spelling: additionally X-Git-Tag: rec-4.1.0-alpha1~291^2~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6aaf937d873030256842257f13b29dbed53664a2;p=thirdparty%2Fpdns.git spelling: additionally --- diff --git a/ext/luawrapper/include/LuaContext.hpp b/ext/luawrapper/include/LuaContext.hpp index 7df6670e19..b3d425abc4 100644 --- a/ext/luawrapper/include/LuaContext.hpp +++ b/ext/luawrapper/include/LuaContext.hpp @@ -566,7 +566,7 @@ public: * @sa writeVariable * * Readable types are all types accepted by writeVariable except nullptr, std::unique_ptr and function pointers - * Additionaly supported: + * Additionally supported: * - LuaFunctionCaller, which is an alternative to std::function * - references to custom objects, in which case it will return the object in-place *