From: Bert Hubert Date: Sun, 26 Feb 2012 19:27:35 +0000 (+0000) Subject: fix a tyop in supposedly helpful output which was not very helpful X-Git-Tag: auth-3.1-rc1~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c84faf7c9cd620921acaf6ab876fd008447872c;p=pdns fix a tyop in supposedly helpful output which was not very helpful git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2424 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/pdnssec.cc b/pdns/pdnssec.cc index da4417eb6..d64216e81 100644 --- a/pdns/pdnssec.cc +++ b/pdns/pdnssec.cc @@ -376,7 +376,7 @@ bool secureZone(DNSSECKeeper& dk, const std::string& zone) if(!dk.isSecuredZone(zone)) { cerr<<"Failed to secure zone. Is your backend dnssec enabled? (set \n"; - cerr<<"sqlite3-dnssec, or gmysql-dnssec etc). Check this first.\n"; + cerr<<"gsqlite3-dnssec, or gmysql-dnssec etc). Check this first.\n"; cerr<<"If you run with the BIND backend, make sure to also launch another\n"; cerr<<"backend which supports storage of DNSSEC settings.\n"; cerr<<"In addition, add '"<