From a86e68cee83ea4290f0325c1a02ecb734fdaa485 Mon Sep 17 00:00:00 2001 From: Ingo Blechschmidt Date: Fri, 3 Mar 2017 22:46:08 +0100 Subject: Fix a tiny typo --- libraries/base/System/IO.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1