diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-12-24 12:42:11 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2025-01-06 12:16:25 +0200 |
commit | 0083708c836fa56071dbd2fc6133394b71d32be9 (patch) | |
tree | 1ecf7010acb8d3c53046272e63e95e74f65cc513 /gnu/packages/crates-windows.scm | |
parent | ae4f1375c7f51cb4c68d07d75f32294e399d1a9a (diff) |
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
Diffstat (limited to 'gnu/packages/crates-windows.scm')
-rw-r--r-- | gnu/packages/crates-windows.scm | 4 |
1 files 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)))) |