[commit: ghc] master: fix typo (expreesions -> expressions) (090d896)

git at git.haskell.org git at git.haskell.org
Tue Aug 22 15:22:15 UTC 2017


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

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

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

commit 090d8960b0fc9c50edc547a334a63d783224933f
Author: Chris Martin <ch.martin at gmail.com>
Date:   Sat Aug 19 18:33:11 2017 -0400

    fix typo (expreesions -> expressions)


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

090d8960b0fc9c50edc547a334a63d783224933f
 ghc/GHCi/UI/Info.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghc/GHCi/UI/Info.hs b/ghc/GHCi/UI/Info.hs
index a114ebf..c0cb2d1 100644
--- a/ghc/GHCi/UI/Info.hs
+++ b/ghc/GHCi/UI/Info.hs
@@ -3,7 +3,7 @@
 {-# LANGUAGE OverloadedStrings   #-}
 {-# LANGUAGE ScopedTypeVariables #-}
 
--- | Get information on modules, expreesions, and identifiers
+-- | Get information on modules, expressions, and identifiers
 module GHCi.UI.Info
     ( ModInfo(..)
     , SpanInfo(..)



More information about the ghc-commits mailing list