vagrantc pushed a commit to branch master
in repository guix.
commit 2faef3cb6fd138dce88db21bc345afac3a109043
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Mon Nov 23 17:16:46 2020 -0800
gnu: ghc-text-short: Fix spelling.
* gnu/packages/haskell-xyz (ghc-text-short): Fix spelling of
"similar".
---
gnu/packages/haskell-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 19eabd9..8da4613 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