Fix typo
authorsimonpj@microsoft.com <unknown>
Thu, 9 Feb 2006 12:42:08 +0000 (12:42 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 9 Feb 2006 12:42:08 +0000 (12:42 +0000)
ghc/compiler/typecheck/TcMType.lhs

index 6345efb..688a331 100644 (file)
@@ -1117,7 +1117,7 @@ checkValidInstance tyvars theta clas inst_tys
        ; checkInstTermination dflags theta inst_tys
        
        -- The Coverage Condition
-       ; checkTc (dopt Opt_AllowUndecideableInstances dflags ||
+       ; checkTc (dopt Opt_AllowUndecidableInstances dflags ||
                   checkInstCoverage clas inst_tys)
                  (instTypeErr (pprClassPred clas inst_tys) msg)
        }