From 7c085edd732bd1fd52e758017da9eac583bfba1a Mon Sep 17 00:00:00 2001 From: "Michael D. Adams" Date: Mon, 14 May 2007 12:12:31 +0000 Subject: [PATCH] Typo fix in a comment. --- compiler/utils/Pretty.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 1.7.10.4