diff options
author | Ingo Blechschmidt <iblech@web.de> | 2017-03-03 22:46:08 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-03-03 17:35:09 -0500 |
commit | a86e68cee83ea4290f0325c1a02ecb734fdaa485 (patch) | |
tree | 2e252216079d928ab202327ea877080b9b04ba90 | |
parent | 2f8534b512474188c54885e1b488798affaf08e2 (diff) | |
download | haskell-a86e68cee83ea4290f0325c1a02ecb734fdaa485.tar.gz |
Fix a tiny typo
-rw-r--r-- | libraries/base/System/IO.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/System/IO.hs b/libraries/base/System/IO.hs index 656f852a19..d1ed9e3992 100644 --- a/libraries/base/System/IO.hs +++ b/libraries/base/System/IO.hs @@ -426,7 +426,7 @@ fixIO k = do -- | The function creates a temporary file in ReadWrite mode. -- The created file isn\'t deleted automatically, so you need to delete it manually. -- --- The file is creates with permissions such that only the current +-- The file is created with permissions such that only the current -- user can read\/write it. -- -- With some exceptions (see below), the file will be created securely |