From 2faef3cb6fd138dce88db21bc345afac3a109043 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Mon, 23 Nov 2020 17:16:46 -0800 Subject: 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(-) (limited to 'gnu/packages/haskell-xyz.scm') 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 -- cgit v1.2.3