Commit bd98d159 authored by Neil Conway's avatar Neil Conway

Fix a spelling mistake in a comment.

parent 49c534fc
#! /bin/sh #! /bin/sh
# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.37 2003/11/29 19:52:14 pgsql Exp $ # $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.38 2004/01/08 20:04:41 neilc Exp $
me=`basename $0` me=`basename $0`
: ${TMPDIR=/tmp} : ${TMPDIR=/tmp}
...@@ -666,7 +666,7 @@ do ...@@ -666,7 +666,7 @@ do
fi fi
;; ;;
2) 2)
# desaster struck # disaster struck
echo "trouble" 1>&2 echo "trouble" 1>&2
(exit 2); exit;; (exit 2); exit;;
esac esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment