]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: deactivate
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:43:28 +0000 (09:43 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:43:28 +0000 (09:43 +0000)
modules/geoipbackend/geoipbackend.cc

index 034bb1fde3f82ea49d85f9053cd6ff0d2893d8e4..26caf7890758eaadfa55a4fc15d172c5b4b7d3bc 100644 (file)
@@ -959,7 +959,7 @@ bool GeoIPBackend::deactivateDomainKey(const DNSName& name, unsigned int id) {
               ostringstream newpath;
               newpath << getArg("dnssec-keydir") << "/" << dom.domain.toStringNoDot() << "." << pdns_stou(glob_result.gl_pathv[i]+regm[2].rm_so) << "." << kid << ".0.key";
               if (rename(glob_result.gl_pathv[i], newpath.str().c_str())) {
-                cerr << "Cannot deactive key: " << strerror(errno) << endl;
+                cerr << "Cannot deactivate key: " << strerror(errno) << endl;
               }
             }
           }