guix-patches
[Top][All Lists]
Advanced

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

[bug#42142] [PATCH] gnu: python-clyent: Fix typo in description.


From: Andrius Štikonas
Subject: [bug#42142] [PATCH] gnu: python-clyent: Fix typo in description.
Date: Tue, 30 Jun 2020 19:19:08 +0100

* gnu/packages/python-xyz.scm (python-clyent) [description]: Fix a typo
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 08fa6c3f04..5f7e8077ec 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -563,7 +563,7 @@ and function call return values in a human-readable way.")
      `(("python-mock" ,python-mock)))
     (home-page "https://github.com/binstar/clyent";)
     (synopsis "Command line client library")
-    (description "Clyent is a Python command line utiliy library.  It is used
+    (description "Clyent is a Python command line utility library.  It is used
 by @code{binstar}, @code{binstar-build} and @code{chalmers}.")
     (license license:bsd-3)))
 
-- 
2.26.2






reply via email to

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