From: Simon Marlow Date: Mon, 18 Jun 2007 11:18:17 +0000 (+0000) Subject: typo X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=0e2c7147358aca96e5a4245c3c4ead848d472fb9 typo --- diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index f81b1c8..3ab73a1 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -1276,7 +1276,7 @@ f "2" = 2 Note that higher optimisation levels cause more cross-module optimisation to be performed, which can have an impact on how much of your program needs to be recompiled when - you change something. This is one reaosn to stick to + you change something. This is one reason to stick to no-optimisation when developing code.