From: michaelw Date: Thu, 27 Jul 2000 15:29:31 +0000 (+0000) Subject: [project @ 2000-07-27 15:29:31 by michaelw] X-Git-Tag: Approximately_9120_patches~3935 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=36a21908ebf86c6d7596abbf588588f3e487c8ae;p=ghc-hetmet.git [project @ 2000-07-27 15:29:31 by michaelw] typo --- diff --git a/ghc/docs/users_guide/intro.sgml b/ghc/docs/users_guide/intro.sgml index deaea8b..828eb0e 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 - __GLASGOW_HASKLL__, you should only + __GLASGOW_HASKELL__, you should only conditionally compile using predicates which test whether __GLASGOW_HASKELL__ is equal to, later than, or earlier than a given major release.