summaryrefslogtreecommitdiff
path: root/validate
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2007-08-24 14:10:39 +0000
committerSimon Marlow <simonmar@microsoft.com>2007-08-24 14:10:39 +0000
commit29d909009d47c52c5f02630658f7422c634230ab (patch)
tree678c01bf6ad2585f982df5382c5a37ae26eae79c /validate
parent7e76baf009923981e5c277afd4bc8b14913dbf04 (diff)
downloadhaskell-29d909009d47c52c5f02630658f7422c634230ab.tar.gz
fix typo
Diffstat (limited to 'validate')
-rw-r--r--validate2
1 files changed, 1 insertions, 1 deletions
diff --git a/validate b/validate
index 8f70811e41..9ab5e0d970 100644
--- a/validate
+++ b/validate
@@ -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"