From 0e2c7147358aca96e5a4245c3c4ead848d472fb9 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 18 Jun 2007 11:18:17 +0000 Subject: [PATCH] typo --- docs/users_guide/using.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.7.10.4