efraim pushed a commit to branch rust-team
in repository guix.
commit 40c5132ce482c8e2b5e40b04b42d25584a29b71f
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Dec 24 12:42:11 2024 +0200
gnu: rust-named-pipe-0.4: Fix typos.
* gnu/packages/crates-windows.scm (rust-named-pipe-0.4)[synopsis,
description]: Fix typos.
Change-Id: I8139d208798efbac834c907508dfb4eb62cd4ae1
---
gnu/packages/crates-windows.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crates-windows.scm b/gnu/packages/crates-windows.scm
index d471bd550f..21e701cd66 100644
--- a/gnu/packages/crates-windows.scm
+++ b/gnu/packages/crates-windows.scm
@@ -674,9 +674,9 @@ IOCP and Async I/O abstractions.")
`(#:skip-build? #t ; failed to resolve: could not find `shared` in
`winapi`
#:cargo-inputs (("rust-winapi" ,rust-winapi-0.3))))
(home-page "https://github.com/blackbeam/named_pipe")
- (synopsis "Wrapper for overlapped (asyncronous) IO of Windows's named
pipes")
+ (synopsis "Wrapper for overlapped (asynchronous) IO of Windows's named
pipes")
(description
- "This package provides a wrapper for overlapped (asyncronous) IO of
+ "This package provides a wrapper for overlapped (asynchronous) IO of
Windows's named pipes.")
(license (list license:expat license:asl2.0))))