]> granicus.if.org Git - pdns/commitdiff
spelling: closing
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:39:46 +0000 (09:39 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:39:46 +0000 (09:39 +0000)
modules/luabackend/minimal.cc

index 0f8e3df481be9d5822373a5020c91f05f3ee0d38..2cb2a8596e4a4c633458c099a0494c85b461a9a5 100644 (file)
@@ -61,7 +61,7 @@ LUABackend::LUABackend(const string &suffix) {
 }
 
 LUABackend::~LUABackend() {
-    L<<Logger::Info<<backend_name<<"Closeing..." << endl;
+    L<<Logger::Info<<backend_name<<"Closing..." << endl;
 
     lua_close(lua);
 }