From ae4f1375c7f51cb4c68d07d75f32294e399d1a9a Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 24 Dec 2024 12:41:21 +0200 Subject: [PATCH] gnu: rust-trust-dns-client-0.22: Fix typo. * gnu/packages/crates-web.scm (rust-trust-dns-client-0.22)[description]: Fix typo. Change-Id: Icf4067f197f3d1e2d0b07ec1f2ce30413d98266d --- gnu/packages/crates-web.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm index d049b7c6f5..3860c0945b 100644 --- a/gnu/packages/crates-web.scm +++ b/gnu/packages/crates-web.scm @@ -6634,7 +6634,7 @@ server @code{Service} tests.") "Trust-DNS is a DNS library. This is the Client library with DNSSEC support. DNSSEC with NSEC validation for negative records, is complete. The client supports dynamic DNS with SIG0 authenticated requests, implementing -easy to use high level funtions. Trust-DNS is based on the Tokio and Futures +easy to use high level functions. Trust-DNS is based on the Tokio and Futures libraries, which means it should be easily integrated into other software that also use those libraries.") (license (list license:expat license:asl2.0))))