gnu: ghc-tree-diff: Fix typo in description.

* gnu/packages/haskell.scm (ghc-tree-diff)[description]: Fix typo.
master
Tobias Geerinckx-Rice 2019-02-21 19:12:06 +01:00
parent 5bcb2f0f2e
commit 6ce8284899
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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)))