From 7e03b5b7cfd72c651444856fe83b429da0734ec2 Mon Sep 17 00:00:00 2001 From: "lennart@augustsson.net" Date: Sun, 4 Feb 2007 19:23:29 +0000 Subject: [PATCH] Fix a typo. --- compiler/typecheck/TcExpr.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/typecheck/TcExpr.lhs b/compiler/typecheck/TcExpr.lhs index 7850e7a..2100bba 100644 --- a/compiler/typecheck/TcExpr.lhs +++ b/compiler/typecheck/TcExpr.lhs @@ -921,7 +921,7 @@ tagToEnumError tys %************************************************************************ %* * -\subsection{@tcId@ typchecks an identifier occurrence} +\subsection{@tcId@ typechecks an identifier occurrence} %* * %************************************************************************ -- 1.7.10.4