From 6ce8284899803b07084cc0a6ad59f09905416276 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 21 Feb 2019 19:12:06 +0100 Subject: 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 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))) -- cgit v1.2.3