guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 04/05: gnu: rust-named-pipe-0.4: Fix spelling of "asynchronous"
Date: Fri, 6 Mar 2020 23:14:02 -0500 (EST)

vagrantc pushed a commit to branch master
in repository guix.

commit 52c733124a08f86947bbdc63cc04b74f576ed5d8
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Fri Mar 6 20:03:00 2020 -0800

    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.
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a527215..87493cf 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -10004,8 +10004,8 @@ checking.")
      `(#: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))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]