diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-08-24 14:10:39 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-08-24 14:10:39 +0000 |
commit | 29d909009d47c52c5f02630658f7422c634230ab (patch) | |
tree | 678c01bf6ad2585f982df5382c5a37ae26eae79c | |
parent | 7e76baf009923981e5c277afd4bc8b14913dbf04 (diff) | |
download | haskell-29d909009d47c52c5f02630658f7422c634230ab.tar.gz |
fix typo
-rw-r--r-- | validate | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ if grep '\<0 unexpected passes' testlog >/dev/null 2>/dev/null && grep '\<0 unexpected failures' testlog >/dev/null 2>/dev/null ; then echo "-------------------------------------------------------------------" - echo "Congratulations! This tree is has passed minimal testing." + echo "Congratulations! This tree has passed minimal testing." echo echo "NOTE: If you have made changes that may cause failures not tested" echo "for by the minimal testing procedure, please do further testing" |