aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/haskell.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-02-21 19:12:06 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-02-21 19:55:04 +0100
commit6ce8284899803b07084cc0a6ad59f09905416276 (patch)
tree734b608812890ddc9d241271617a5bf242a6251e /gnu/packages/haskell.scm
parent5bcb2f0f2e605550117b2cd44ccc0a055404eba0 (diff)
downloadguix-6ce8284899803b07084cc0a6ad59f09905416276.tar
guix-6ce8284899803b07084cc0a6ad59f09905416276.tar.gz
gnu: ghc-tree-diff: Fix typo in description.
* gnu/packages/haskell.scm (ghc-tree-diff)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/haskell.scm')
-rw-r--r--gnu/packages/haskell.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 21a5177927..cd0fdd22fc 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)))