From: Ian Lynagh Date: Sun, 3 Sep 2006 21:26:51 +0000 (+0000) Subject: Fix typo X-Git-Tag: Before_FC_branch_merge~87 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=2aa838b02f1c84459e971dafcc08afa890b02cbf Fix typo --- 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