[project @ 2003-10-02 19:44:09 by sof]
authorsof <unknown>
Thu, 2 Oct 2003 19:44:09 +0000 (19:44 +0000)
committersof <unknown>
Thu, 2 Oct 2003 19:44:09 +0000 (19:44 +0000)
parStmtErr: typo

ghc/compiler/rename/RnExpr.lhs

index a575a87..b8501e3 100644 (file)
@@ -1159,7 +1159,7 @@ checkTH e what    -- Raise an error in a stage-1 compiler
                  nest 2 (ppr e)])
 #endif   
 
-parStmtErr = addErr (ptext SLIT("Illegal parallel list comprehension: use -fglagow-exts"))
+parStmtErr = addErr (ptext SLIT("Illegal parallel list comprehension: use -fglasgow-exts"))
 
 badIpBinds binds
   = hang (ptext SLIT("Implicit-parameter bindings illegal in a parallel list comprehension:")) 4