[commit: packages/bytestring] master, revert-46-patch-1, wip/nix-local-build: Fix spelling error. (af2d250)
git at git.haskell.org
git at git.haskell.org
Tue May 3 22:43:18 UTC 2016
Repository : ssh://git@git.haskell.org/bytestring
On branches: master,revert-46-patch-1,wip/nix-local-build
Link : http://git.haskell.org/packages/bytestring.git/commitdiff/af2d250fb6725457048886971c622a6219a228ac
>---------------------------------------------------------------
commit af2d250fb6725457048886971c622a6219a228ac
Author: Sean <burton.seanr at gmail.com>
Date: Mon Sep 28 22:04:21 2015 +0100
Fix spelling error.
>---------------------------------------------------------------
af2d250fb6725457048886971c622a6219a228ac
Data/ByteString.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Data/ByteString.hs b/Data/ByteString.hs
index 970693c..93d7be8 100644
--- a/Data/ByteString.hs
+++ b/Data/ByteString.hs
@@ -1338,7 +1338,7 @@ isInfixOf p s = isJust (findSubstring p s)
-- > fst (breakSubstring x y)
--
-- Note that calling `breakSubstring x` does some preprocessing work, so
--- you should avoid uneccesarily duplicating breakSubstring calls with the same
+-- you should avoid unnecessarily duplicating breakSubstring calls with the same
-- pattern.
--
breakSubstring :: ByteString -- ^ String to search for
More information about the ghc-commits
mailing list