Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/de728187390f338ae6a99c9436dc882305a861c3 >--------------------------------------------------------------- commit de728187390f338ae6a99c9436dc882305a861c3 Author: Ian Lynagh <[email protected]> Date: Sat Nov 19 22:57:12 2011 +0000 Fix typo >--------------------------------------------------------------- tests/lib/PrettyPrint/pp1.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/lib/PrettyPrint/pp1.hs b/tests/lib/PrettyPrint/pp1.hs index 55cfba9..384d565 100644 --- a/tests/lib/PrettyPrint/pp1.hs +++ b/tests/lib/PrettyPrint/pp1.hs @@ -1,6 +1,6 @@ -- This code used to print an infinite string, by calling 'spaces' -- with a negative argument. There's a patch in the library now, --- which makes 'spaces' do somehthing sensible when called with a negative +-- which makes 'spaces' do something sensible when called with a negative -- argument, but it really should not happen at all. _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
