8000 Fix a spelling mistake in a comment. · postgrespro/postgres_cluster@bd98d15 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bd98d15

Browse files
author
Neil Conway
committed
Fix a spelling mistake in a comment.
1 parent 49c534f commit bd98d15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/regress/pg_regress.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.37 2003/11/29 19:52:14 pgsql Exp $
2+
# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.38 2004/01/08 20:04:41 neilc Exp $
33

44
me=`basename $0`
55
: ${TMPDIR=/tmp}
@@ -666,7 +666,7 @@ do
666666
fi
667667
;;
668668
2)
669-
# desaster struck
669+
# disaster struck
670670
echo "trouble" 1>&2
671671
(exit 2); exit;;
672672
esac

0 commit comments

Comments
 (0)
0