Repository : ssh://g...@git.haskell.org/bytestring

On branch  : ghc-head
Link       : 
http://git.haskell.org/packages/bytestring.git/commitdiff/388303c85c04588d7487a19cf4dfc13e32b2ddfd

>---------------------------------------------------------------

commit 388303c85c04588d7487a19cf4dfc13e32b2ddfd
Author: Duncan Coutts <dun...@community.haskell.org>
Date:   Sat Oct 5 16:27:25 2013 +0100

    Fix formatting typo in package description


>---------------------------------------------------------------

388303c85c04588d7487a19cf4dfc13e32b2ddfd
 bytestring.cabal |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bytestring.cabal b/bytestring.cabal
index de30f6a..f8e36b9 100644
--- a/bytestring.cabal
+++ b/bytestring.cabal
@@ -7,7 +7,7 @@ Description:
     .
     The 'ByteString' type represents sequences of bytes or 8-bit characters.
     It is suitable for high performance use, both in terms of large data
-    quantities, or high speed requirements. The 'ByteStrin'g functions follow
+    quantities, or high speed requirements. The 'ByteString' functions follow
     the same style as Haskell\'s ordinary lists, so it is easy to convert code
     from using 'String' to 'ByteString'.
     .

_______________________________________________
ghc-commits mailing list
ghc-commits@haskell.org
http://www.haskell.org/mailman/listinfo/ghc-commits

Reply via email to