diff options
author | Krzysztof Gogolewski <krz.gogolewski@gmail.com> | 2013-10-12 18:39:54 +0200 |
---|---|---|
committer | Krzysztof Gogolewski <krz.gogolewski@gmail.com> | 2013-10-12 18:39:54 +0200 |
commit | 77d2aa5fd4ab6e20f84f3725e7ae6a65fb18d5a1 (patch) | |
tree | 1a60967aa53716fd5abe203aebfaf44fe4efe72b /compiler/utils | |
parent | c5262a12a2d3568cc00ffa47a686b3c8e015b2c5 (diff) | |
download | haskell-77d2aa5fd4ab6e20f84f3725e7ae6a65fb18d5a1.tar.gz |
Typos
Diffstat (limited to 'compiler/utils')
-rw-r--r-- | compiler/utils/Pretty.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/Pretty.lhs b/compiler/utils/Pretty.lhs index 0c8e5fa1d0..39a78e1a69 100644 --- a/compiler/utils/Pretty.lhs +++ b/compiler/utils/Pretty.lhs @@ -71,7 +71,7 @@ Version 2.0 24 April 1997 nest k empty = empty which wasn't true before. - * Fixed an obscure bug in sep that occassionally gave very wierd behaviour + * Fixed an obscure bug in sep that occasionally gave very weird behaviour * Added $+$ |