guix-commits
[Top][All Lists]
Advanced

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

21/23: gnu: ghc-aeson-pretty: Fix typo "readability".


From: guix-commits
Subject: 21/23: gnu: ghc-aeson-pretty: Fix typo "readability".
Date: Wed, 22 May 2019 21:22:41 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 7306eb5cf53866e03fdca84a17135ad6258d82bd
Author: Vagrant Cascadian <address@hidden>
Date:   Wed May 22 17:06:02 2019 -0700

    gnu: ghc-aeson-pretty: Fix typo "readability".
    
    * gnu/packages/haskell-web (ghc-aeson-pretty)[description]: Fix typo.
---
 gnu/packages/haskell-web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 555fee1..4ce5d6f 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -876,7 +876,7 @@ naming: in Greek mythology, Aeson was the father of 
Jason.)")
     (synopsis "JSON pretty-printing library and command-line tool")
     (description
      "This package provides a JSON pretty-printing library compatible with 
aeson
-as well as a command-line tool to improve readabilty of streams of JSON data.
+as well as a command-line tool to improve readability of streams of JSON data.
 The library provides the function @code{encodePretty}.  It is a drop-in
 replacement for aeson's @code{encode} function, producing JSON-ByteStrings for
 human readers.  The command-line tool reads JSON from stdin and writes



reply via email to

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