From 2aa838b02f1c84459e971dafcc08afa890b02cbf Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 3 Sep 2006 21:26:51 +0000 Subject: [PATCH] Fix typo --- docs/users_guide/ghci.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml index cc23712..de56c72 100644 --- a/docs/users_guide/ghci.xml +++ b/docs/users_guide/ghci.xml @@ -350,7 +350,7 @@ Ok, modules loaded: A, B, C, D. HINT: since GHCi will only use a compiled object file if it - can sure that the compiled version is up-to-date, a good technique + can be sure that the compiled version is up-to-date, a good technique when working on a large program is to occasionally run ghc ––make to compile the whole project (say before you go for lunch :-), then continue working in the -- 1.7.10.4