case ConfigurableClientList::ZONE_NOT_CACHED:
isc_throw(AuthCommandError, "Zone " << origin << "/" <<
zone_class << " is not served from memory, but "
- "direcly from the data source. It is not possible "
+ "directly from the data source. It is not possible "
"to reload it into memory. Configure it to be cached "
"first.");
case ConfigurableClientList::CACHE_DISABLED:
this->rrttl_, ZoneFinder::DELEGATION, this->expected_rdatas_,
this->expected_sig_rdatas_);
- // And when we ask direcly for the NS, we should still get delegation
+ // And when we ask directly for the NS, we should still get delegation
doFindTest(*finder, isc::dns::Name("delegation.example.org."),
isc::dns::RRType::NS(), isc::dns::RRType::NS(),
this->rrttl_, ZoneFinder::DELEGATION, this->expected_rdatas_,
this->expected_sig_rdatas_, ZoneFinder::RESULT_DEFAULT,
isc::dns::Name("dname.example.org."));
- // Asking direcly for DNAME should give SUCCESS
+ // Asking directly for DNAME should give SUCCESS
doFindTest(*finder, isc::dns::Name("dname.example.org."),
isc::dns::RRType::DNAME(), isc::dns::RRType::DNAME(),
this->rrttl_, ZoneFinder::SUCCESS, this->expected_rdatas_,
// First try directly the name (normal match)
{
- SCOPED_TRACE("Asking direcly for *");
+ SCOPED_TRACE("Asking directly for *");
expected_sets.push_back(rr_wild_);
findAllTest(Name("*.wild.example.org"), ZoneFinder::SUCCESS,
expected_sets);