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;
}
}
}
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()));
}
}