summaryrefslogtreecommitdiff
path: root/ghc
diff options
context:
space:
mode:
authorChris Martin <ch.martin@gmail.com>2017-08-19 18:33:11 -0400
committerBen Gamari <ben@smart-cactus.org>2017-08-22 11:09:05 -0400
commit090d8960b0fc9c50edc547a334a63d783224933f (patch)
treee50834dbca17756c5c79e2971b6a32ecc5b86016 /ghc
parent20c7053d4b430308767d1243854d12163e08c4e8 (diff)
downloadhaskell-090d8960b0fc9c50edc547a334a63d783224933f.tar.gz
fix typo (expreesions -> expressions)
Diffstat (limited to 'ghc')
-rw-r--r--ghc/GHCi/UI/Info.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/GHCi/UI/Info.hs b/ghc/GHCi/UI/Info.hs
index a114ebff29..c0cb2d1b51 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(..)