]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix typos found by lintian 4169/head
authorChristian Hofstaedtler <christian.hofstaedtler@deduktiva.com>
Wed, 13 Jul 2016 12:42:28 +0000 (14:42 +0200)
committerChristian Hofstaedtler <christian.hofstaedtler@deduktiva.com>
Wed, 13 Jul 2016 12:43:16 +0000 (14:43 +0200)
modules/opendbxbackend/odbxprivate.cc
pdns/ws-auth.cc

index 40961400ab638c6290bc051e77ed29bd7988fcb7..2413d84af95dc5544c06c617c2cdb4a0e2d807eb 100644 (file)
@@ -25,7 +25,7 @@ bool OdbxBackend::connectTo( const vector<string>& 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;
         }
index a568c2e5a7d5e10d44d9e5182c963c4855b63ad2..5934a3b6b805e20f0517cb109399b7c26325230e 100644 (file)
@@ -615,7 +615,7 @@ static void gatherRecordsFromZone(const std::string& zonestring, vector<DNSResou
     }
   }
   catch(std::exception& ae) {
-    throw ApiException("An error occured while parsing the zonedata: "+string(ae.what()));
+    throw ApiException("An error occurred while parsing the zonedata: "+string(ae.what()));
   }
 }