From: simonpj@microsoft.com Date: Wed, 7 Feb 2007 09:51:53 +0000 (+0000) Subject: Spelling fix X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=119ede053a062d59dffd63473f126eceff304980 Spelling fix --- diff --git a/compiler/typecheck/TcDeriv.lhs b/compiler/typecheck/TcDeriv.lhs index 4bad739..a273b4a 100644 --- a/compiler/typecheck/TcDeriv.lhs +++ b/compiler/typecheck/TcDeriv.lhs @@ -578,7 +578,7 @@ std_class_via_iso clas -- These standard classes can be derived for a newtype -- using the isomorphism trick *even if no -fglasgow-exts* = classKey clas `elem` [eqClassKey, ordClassKey, ixClassKey, boundedClassKey] -- Not Read/Show because they respect the type - -- Not Enum, becuase newtypes are never in Enum + -- Not Enum, because newtypes are never in Enum new_dfun_name clas tycon -- Just a simple wrapper