Fix typo
authorIan Lynagh <igloo@earth.li>
Sun, 3 Sep 2006 21:26:51 +0000 (21:26 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 3 Sep 2006 21:26:51 +0000 (21:26 +0000)
docs/users_guide/ghci.xml

index cc23712..de56c72 100644 (file)
@@ -350,7 +350,7 @@ Ok, modules loaded: A, B, C, D.
 </screen>
 
     <para>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
     <literal>ghc &ndash;&ndash;make</literal> to compile the whole project (say
     before you go for lunch :-), then continue working in the