From: Neil Conway Date: Thu, 8 Jan 2004 20:04:41 +0000 (+0000) Subject: Fix a spelling mistake in a comment. X-Git-Tag: REL8_0_0BETA1~1376 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd98d159ebaf6138541b81e997fd418e6e07722f;p=thirdparty%2Fpostgresql.git Fix a spelling mistake in a comment. --- diff --git a/src/test/regress/pg_regress.sh b/src/test/regress/pg_regress.sh index 6b5ed83df75..660d5493959 100644 --- a/src/test/regress/pg_regress.sh +++ b/src/test/regress/pg_regress.sh @@ -1,5 +1,5 @@ #! /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` : ${TMPDIR=/tmp} @@ -666,7 +666,7 @@ do fi ;; 2) - # desaster struck + # disaster struck echo "trouble" 1>&2 (exit 2); exit;; esac