efraim pushed a commit to branch rust-team
in repository guix.
commit 5f0cda19ffcdcc255f45440bc918319fa49bfbed
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Dec 24 12:41:21 2024 +0200
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))))