guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: ghc-tree-diff: Fix typo in description.


From: guix-commits
Subject: 01/03: gnu: ghc-tree-diff: Fix typo in description.
Date: Thu, 21 Feb 2019 13:55:53 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6ce8284899803b07084cc0a6ad59f09905416276
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Feb 21 19:12:06 2019 +0100

    gnu: ghc-tree-diff: Fix typo in description.
    
    * gnu/packages/haskell.scm (ghc-tree-diff)[description]: Fix typo.
---
 gnu/packages/haskell.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 21a5177..cd0fdd2 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -937,7 +937,7 @@ efficient memo functions using tries.")
     (home-page "https://github.com/phadej/tree-diff";)
     (synopsis "Compute difference between (expression) trees")
     (description "This Haskell library provides a function for computing
-the difference bewteen (expression) trees.  It also provides a way to
+the difference between (expression) trees.  It also provides a way to
 compute the difference between arbitrary abstract datatypes (ADTs) using
 @code{Generics}-derivable helpers.")
     (license license:bsd-3)))



reply via email to

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