From 36a21908ebf86c6d7596abbf588588f3e487c8ae Mon Sep 17 00:00:00 2001 From: michaelw <unknown> Date: Thu, 27 Jul 2000 15:29:31 +0000 Subject: [PATCH] [project @ 2000-07-27 15:29:31 by michaelw] typo --- ghc/docs/users_guide/intro.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/docs/users_guide/intro.sgml b/ghc/docs/users_guide/intro.sgml index deaea8bb4cee..828eb0ef31ab 100644 --- a/ghc/docs/users_guide/intro.sgml +++ b/ghc/docs/users_guide/intro.sgml @@ -406,7 +406,7 @@ Some Haskell-related discussion takes place in the Usenet newsgroup conditional code which tests for this value, however: since interfaces change on a day-to-day basis, and we don't have finer granularity in the values of - <literal>__GLASGOW_HASKLL__</literal>, you should only + <literal>__GLASGOW_HASKELL__</literal>, you should only conditionally compile using predicates which test whether <literal>__GLASGOW_HASKELL__</literal> is equal to, later than, or earlier than a given major release.</para> -- GitLab