[commit: ghc] master: Typo in variable name, no functional change (a9ff7d0)

git at git.haskell.org git at git.haskell.org
Wed Jun 11 18:23:34 UTC 2014


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

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

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

commit a9ff7d0819fce392a243549c08299b897f04d555
Author: Gabor Greif <ggreif at gmail.com>
Date:   Wed Jun 11 01:00:58 2014 +0200

    Typo in variable name, no functional change


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

a9ff7d0819fce392a243549c08299b897f04d555
 compiler/iface/MkIface.lhs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/iface/MkIface.lhs b/compiler/iface/MkIface.lhs
index 760f349..de99e98 100644
--- a/compiler/iface/MkIface.lhs
+++ b/compiler/iface/MkIface.lhs
@@ -880,9 +880,9 @@ instOrphWarn dflags unqual inst
   = mkWarnMsg dflags (getSrcSpan inst) unqual $
     hang (ptext (sLit "Orphan instance:")) 2 (pprInstanceHdr inst)
     $$ text "To avoid this"
-    $$ nest 4 (vcat posibilities)
+    $$ nest 4 (vcat possibilities)
   where
-    posibilities =
+    possibilities =
       text "move the instance declaration to the module of the class or of the type, or" :
       text "wrap the type with a newtype and declare the instance on the new type." :
       []



More information about the ghc-commits mailing list