]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
fix typo 9017/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 8 Apr 2020 14:00:17 +0000 (16:00 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 8 Apr 2020 14:00:17 +0000 (16:00 +0200)
pdns/pdns_recursor.cc

index 9d3d21dcc04163b85ff6e8cdb478d355f337f273..2e830e06a46e42537365f1af91b34adf99349fe2 100644 (file)
@@ -4311,7 +4311,7 @@ static int serviceMain(int argc, char*argv[])
     try {
       auto dns64Prefix = Netmask(::arg()["dns64-prefix"]);
       if (dns64Prefix.getBits() != 96) {
-        g_log << Logger::Error << "Invalid prefix for 'dns64-prefix', the current implementation only supports /96 prefixe: " << ::arg()["dns64-prefix"] << endl;
+        g_log << Logger::Error << "Invalid prefix for 'dns64-prefix', the current implementation only supports /96 prefixes: " << ::arg()["dns64-prefix"] << endl;
         exit(1);
       }
       g_dns64Prefix = dns64Prefix.getNetwork();