summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-11-23 17:16:46 -0800
committerVagrant Cascadian <vagrant@debian.org>2020-11-23 17:19:08 -0800
commit2faef3cb6fd138dce88db21bc345afac3a109043 (patch)
tree39c66c46d00ca5882297744ee2fdf5f2c25228ee /gnu/packages/haskell-xyz.scm
parentc3364c18fd790c13fdf6c6dc401474d7470fc448 (diff)
downloadguix-patches-2faef3cb6fd138dce88db21bc345afac3a109043.tar
guix-patches-2faef3cb6fd138dce88db21bc345afac3a109043.tar.gz
gnu: ghc-text-short: Fix spelling.
* gnu/packages/haskell-xyz (ghc-text-short): Fix spelling of "similar".
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r--gnu/packages/haskell-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 19eabd949b..8da4613a30 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9167,7 +9167,7 @@ require aeson
(home-page "https://hackage.haskell.org/package/text-short")
(synopsis "Memory-efficient representation of Unicode text strings")
(description "This package provides the @code{ShortText} type which
-is suitable for keeping many short strings in memory. This is similiar
+is suitable for keeping many short strings in memory. This is similar
to how @code{ShortByteString} relates to @code{ByteString}.
The main difference between @code{Text} and @code{ShortText} is that