diff options
author | Ian Lynagh <igloo@earth.li> | 2007-09-05 16:14:02 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-09-05 16:14:02 +0000 |
commit | 1ee0b69e54ad948a518c3fb0f5bb77d5b7abcaf9 (patch) | |
tree | 1d571627119466d8417a4265a2df8c634aff07ac /distrib | |
parent | b18545dd4fc38d2c78d18966d1d9e38474c799e9 (diff) | |
download | haskell-1ee0b69e54ad948a518c3fb0f5bb77d5b7abcaf9.tar.gz |
Typo
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/Makefile-bin-vars.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/Makefile-bin-vars.in b/distrib/Makefile-bin-vars.in index 5603e72708..f6b59ed65e 100644 --- a/distrib/Makefile-bin-vars.in +++ b/distrib/Makefile-bin-vars.in @@ -3,7 +3,7 @@ bindist_abs_root = @hardtop@ FPTOOLS_TOP_ABS = @hardtop@ -# This Makefile isn't used on Windows, so wel always have ghc-pkg.bin +# This Makefile isn't used on Windows, so we always have ghc-pkg.bin # rather than ghc-pkg.exe. GHC_PKG_PROG = $(FPTOOLS_TOP_ABS)/utils/ghc-pkg/ghc-pkg.bin |