guix-commits
[Top][All Lists]
Advanced

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

42/42: gnu: python-trollius-redis: Fix typo "asynchronous".


From: guix-commits
Subject: 42/42: gnu: python-trollius-redis: Fix typo "asynchronous".
Date: Wed, 22 May 2019 21:20:22 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit d087a3a6c186beb548649046599e006c233d9561
Author: Vagrant Cascadian <address@hidden>
Date:   Wed May 22 16:02:37 2019 -0700

    gnu: python-trollius-redis: Fix typo "asynchronous".
    
    * gnu/packages/databases (python-trollius-redis)[description]: Fix typo.
---
 gnu/packages/databases.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 500108b..8eba408 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2759,7 +2759,7 @@ is designed to have a low barrier to entry.")
     (home-page "https://github.com/benjolitz/trollius-redis";)
     (synopsis "Port of asyncio-redis to trollius")
     (description "@code{trollius-redis} is a Redis client for Python
-  trollius.  It is an asynchronious IO (PEP 3156) implementation of the
+  trollius.  It is an asynchronous IO (PEP 3156) implementation of the
   Redis protocol.")
     (license license:bsd-2)))
 



reply via email to

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