]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: efficient
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:47:06 +0000 (09:47 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:47:06 +0000 (09:47 +0000)
ext/luawrapper/include/LuaContext.hpp

index b3d425abc4fe1976da71413e97f8b834eef9a787..76402deb09532d33721f4102cccffd30e4845a62 100644 (file)
@@ -643,7 +643,7 @@ public:
     
     /**
      * Equivalent to writeVariable(varName, ..., std::function<TFunctionType>(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<typename TFunctionType, typename... TData>
     void writeFunction(TData&&... data) noexcept {