[commit: packages/filepath] master: Fix the spelling of "example" (d6f9c5a)
git at git.haskell.org
git at git.haskell.org
Mon Dec 28 20:39:11 UTC 2015
Repository : ssh://git@git.haskell.org/filepath
On branch : master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/d6f9c5a449f8e58f17f5646a32d0b63fa697a00b
>---------------------------------------------------------------
commit d6f9c5a449f8e58f17f5646a32d0b63fa697a00b
Author: kraai <kraai at ftbfs.org>
Date: Thu May 14 15:27:28 2015 +0000
Fix the spelling of "example"
>---------------------------------------------------------------
d6f9c5a449f8e58f17f5646a32d0b63fa697a00b
System/FilePath/Internal.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/System/FilePath/Internal.hs b/System/FilePath/Internal.hs
index 57355d1..1337fb3 100644
--- a/System/FilePath/Internal.hs
+++ b/System/FilePath/Internal.hs
@@ -19,7 +19,7 @@
-- A library for 'FilePath' manipulations, using MODULE_NAME style paths on
-- all platforms. Importing "System.FilePath" is usually better.
--
--- Given the eample 'FilePath': @\/directory\/file.ext@
+-- Given the example 'FilePath': @\/directory\/file.ext@
--
-- We can use the following functions to extract pieces.
--
More information about the ghc-commits
mailing list