gnu: ghc-text-short: Fix spelling.

* gnu/packages/haskell-xyz (ghc-text-short): Fix spelling of
  "similar".
This commit is contained in:
Vagrant Cascadian 2020-11-23 17:16:46 -08:00
parent c3364c18fd
commit 2faef3cb6f
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA

View File

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