From: Christian Hofstaedtler Date: Wed, 13 Jul 2016 12:42:28 +0000 (+0200) Subject: Fix typos found by lintian X-Git-Tag: auth-4.0.1~42^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4169%2Fhead;p=thirdparty%2Fpdns.git Fix typos found by lintian --- diff --git a/modules/opendbxbackend/odbxprivate.cc b/modules/opendbxbackend/odbxprivate.cc index 40961400ab..2413d84af9 100644 --- a/modules/opendbxbackend/odbxprivate.cc +++ b/modules/opendbxbackend/odbxprivate.cc @@ -25,7 +25,7 @@ bool OdbxBackend::connectTo( const vector& hosts, QueryType type ) if( type == WRITE && getArg( "backend" ) == "sqlite" ) { - L.log( m_myname + " Using same SQLite connection for reading and writeing to '" + hosts[odbx_host_index[READ]] + "'", Logger::Notice ); + L.log( m_myname + " Using same SQLite connection for reading and writing to '" + hosts[odbx_host_index[READ]] + "'", Logger::Notice ); m_handle[WRITE] = m_handle[READ]; return true; } diff --git a/pdns/ws-auth.cc b/pdns/ws-auth.cc index a568c2e5a7..5934a3b6b8 100644 --- a/pdns/ws-auth.cc +++ b/pdns/ws-auth.cc @@ -615,7 +615,7 @@ static void gatherRecordsFromZone(const std::string& zonestring, vector