From e9c3c56fd6a72cbbe41b2c99fb99bb00b1aab98f Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Wed, 8 Apr 2020 16:00:17 +0200 Subject: [PATCH] fix typo --- pdns/pdns_recursor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 9d3d21dcc0..2e830e06a4 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -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(); -- 2.47.2