gnu: rust-named-pipe-0.4: Fix spelling of "asynchronous"

* gnu/packages/crates-io (rust-named-pipe-0.4)[synopsis]: Fix typo.
  [description]: Fix typo.
This commit is contained in:
Vagrant Cascadian 2020-03-06 20:03:00 -08:00
parent 92f4583208
commit 52c733124a
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -10004,8 +10004,8 @@ (define-public rust-named-pipe-0.4
`(#:skip-build? #t ; Only builds on Windows.
#: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")
(description "This package provides a wrapper for overlapped (asyncronous)
(synopsis "Wrapper for overlapped (asynchronous) IO of Windows's named pipes")
(description "This package provides a wrapper for overlapped (asynchronous)
IO of Windows's named pipes.")
(license (list license:expat license:asl2.0))))