fix DNSSec typo > DNSSEC

This commit is contained in:
HLFH
2022-12-15 14:40:55 +00:00
committed by Dirkjan Ochtman
parent 9301df2032
commit 98fd773a08
38 changed files with 74 additions and 74 deletions

View File

@@ -596,7 +596,7 @@ pub mod testing {
thread_two.join().expect("thread_two failed");
}
/// Test IP lookup from URLs with DNSSec validation.
/// Test IP lookup from URLs with DNSSEC validation.
#[cfg(feature = "dnssec")]
#[cfg_attr(docsrs, doc(cfg(feature = "dnssec")))]
pub fn sec_lookup_test<E: Executor + Send + 'static, R: RuntimeProvider>(
@@ -636,7 +636,7 @@ pub mod testing {
}
}
/// Test IP lookup from domains that exist but unsigned with DNSSec validation.
/// Test IP lookup from domains that exist but unsigned with DNSSEC validation.
#[allow(deprecated)]
#[cfg(feature = "dnssec")]
#[cfg_attr(docsrs, doc(cfg(feature = "dnssec")))]