aboutsummaryrefslogtreecommitdiff
path: root/src/pl/tcl/test/runtest
diff options
context:
space:
mode:
Diffstat (limited to 'src/pl/tcl/test/runtest')
-rwxr-xr-xsrc/pl/tcl/test/runtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/tcl/test/runtest b/src/pl/tcl/test/runtest
index d1cfb330826..c98402f0abd 100755
--- a/src/pl/tcl/test/runtest
+++ b/src/pl/tcl/test/runtest
@@ -21,7 +21,7 @@ psql -q -n -e $DBNAME <test_queries.sql > test.out 2>&1
if diff test.expected test.out >/dev/null 2>&1 ; then
echo " Tests passed O.K."
else
- echo " Tests faild - look at diffs between"
+ echo " Tests failed - look at diffs between"
echo " test.expected and test.out"
fi