[commit: packages/Cabal] ghc-head: Typo in comment. (42648d7)

git at git.haskell.org git at git.haskell.org
Mon Aug 26 23:24:11 CEST 2013


Repository : ssh://git@git.haskell.org/Cabal

On branch  : ghc-head
Link       : http://git.haskell.org/?p=packages/Cabal.git;a=commit;h=42648d75a694df3e9b97acd88833a6239e1bc76a

>---------------------------------------------------------------

commit 42648d75a694df3e9b97acd88833a6239e1bc76a
Author: Andres Loeh <andres at well-typed.com>
Date:   Fri May 3 14:06:07 2013 +0200

    Typo in comment.


>---------------------------------------------------------------

42648d75a694df3e9b97acd88833a6239e1bc76a
 cabal-install/Distribution/Client/Dependency/Modular/Log.hs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cabal-install/Distribution/Client/Dependency/Modular/Log.hs b/cabal-install/Distribution/Client/Dependency/Modular/Log.hs
index 9e5b857..3c9216f 100644
--- a/cabal-install/Distribution/Client/Dependency/Modular/Log.hs
+++ b/cabal-install/Distribution/Client/Dependency/Modular/Log.hs
@@ -63,7 +63,7 @@ logToProgress mbj l = let
     -- in parallel with the full log, but we also want to retain the reference to its
     -- beginning for when we print it. This trick prevents a space leak!
     --
-    -- The thirs argument is the full log, the fifth and six error conditions.
+    -- The third argument is the full log, the fifth and six error conditions.
     --
     -- The order of arguments is important! In particular 's' must not be evaluated
     -- unless absolutely necessary. It contains the final result, and if we shortcut





More information about the ghc-commits mailing list