diff options
author | Gabor Greif <ggreif@gmail.com> | 2014-03-23 20:33:48 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2014-03-23 20:40:22 +0100 |
commit | 90142beab88127892e384c8275ac5757a7d467e7 (patch) | |
tree | be22708765dc5329709cf7ee67d238245227cdaf /distrib/compare | |
parent | 1a7709ef9b25175566bc040a34b3d479ea8566ed (diff) | |
download | haskell-90142beab88127892e384c8275ac5757a7d467e7.tar.gz |
Fix typo
Diffstat (limited to 'distrib/compare')
-rw-r--r-- | distrib/compare/FilenameDescr.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/compare/FilenameDescr.hs b/distrib/compare/FilenameDescr.hs index a0f53fd2a0..bf2a50ec9b 100644 --- a/distrib/compare/FilenameDescr.hs +++ b/distrib/compare/FilenameDescr.hs @@ -10,7 +10,7 @@ import Utils import Tar -- We can't just compare plain filenames, because versions numbers of GHC --- and the libaries will vary. So we use FilenameDescr instead, which +-- and the libraries will vary. So we use FilenameDescr instead, which -- abstracts out the version numbers. type FilenameDescr = [FilenameDescrBit] data FilenameDescrBit = VersionOf String |