From: Michael D. Adams Date: Mon, 14 May 2007 12:12:31 +0000 (+0000) Subject: Typo fix in a comment. X-Git-Tag: Before_type_family_merge~655 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7c085edd732bd1fd52e758017da9eac583bfba1a;p=ghc-hetmet.git Typo fix in a comment. --- diff --git a/compiler/utils/Pretty.lhs b/compiler/utils/Pretty.lhs index 5973998..96ea1fb 100644 --- a/compiler/utils/Pretty.lhs +++ b/compiler/utils/Pretty.lhs @@ -87,7 +87,7 @@ Relative to John's original paper, there are the following new features: It is Really Useful in practice. 2. There is a paragraph-fill combinator, fsep, that's much like sep, - only it keeps fitting things on one line until itc can't fit any more. + only it keeps fitting things on one line until it can't fit any more. 3. Some random useful extra combinators are provided. <+> puts its arguments beside each other with a space between them,