summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-03-03 11:56:23 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-03 13:28:22 +0100
commitadd928d35fb7a182662ecfdf261cc6a4c98b3c67 (patch)
treeb48ecd00842b5379b1f3b797555fe662434bf355 /gnu/packages/haskell.scm
parent75377c6c485f5dc93d42f59fe39eb7c12fe75da6 (diff)
downloadpatches-add928d35fb7a182662ecfdf261cc6a4c98b3c67.tar
patches-add928d35fb7a182662ecfdf261cc6a4c98b3c67.tar.gz
gnu: ghc-refact: Fix typo in description.
* gnu/packages/haskell.scm (ghc-refact)[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 3ff78047db..e7401e5cf4 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1072,7 +1072,7 @@ patterns as per the HaRP extension as well as HSX-style embedded XML syntax.")
(synopsis "Specify refactorings to perform with apply-refact")
(description
"This library provides a datatype which can be interpreted by
-@code{apply-refact}. It exists as a seperate library so that applications can
+@code{apply-refact}. It exists as a separate library so that applications can
specify refactorings without depending on GHC.")
(license license:bsd-3)))