[commit: ghc] master: Typofix in System.Environment docs. (b222ef7)

git at git.haskell.org git at git.haskell.org
Tue Aug 16 09:38:14 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/b222ef7b9bdb42d5aabf94ce0eafe7808a16af39/ghc

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

commit b222ef7b9bdb42d5aabf94ce0eafe7808a16af39
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Tue Aug 16 02:38:02 2016 -0700

    Typofix in System.Environment docs.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


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

b222ef7b9bdb42d5aabf94ce0eafe7808a16af39
 libraries/base/System/Environment.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/base/System/Environment.hs b/libraries/base/System/Environment.hs
index b3fbaf8..242845a 100644
--- a/libraries/base/System/Environment.hs
+++ b/libraries/base/System/Environment.hs
@@ -305,7 +305,7 @@ putEnv keyvalue = do
 foreign import ccall unsafe "putenv" c_putenv :: CString -> IO CInt
 #endif
 
--- | @unSet name@ removes the specified environment variable from the
+-- | @unsetEnv name@ removes the specified environment variable from the
 -- environment of the current process.
 --
 -- Throws `Control.Exception.IOException` if @name@ is the empty string or



More information about the ghc-commits mailing list