Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8972088

Browse files
committed
Fix typo in error message.
1 parent 5252285 commit 8972088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/initdb/initdb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#
2525
# Copyright (c) 1994, Regents of the University of California
2626
#
27-
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.117 2000/11/25 19:05:43 petere Exp $
27+
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.118 2000/12/31 22:24:14 tgl Exp $
2828
#
2929
#-------------------------------------------------------------------------
3030

@@ -403,7 +403,7 @@ then
403403
if [ "$template_only" != yes ]
404404
then
405405
(
406-
echo "$CMDNAME: The directory $PGDATA is exists but is not empty."
406+
echo "$CMDNAME: The directory $PGDATA exists but is not empty."
407407
echo "If you want to create a new database system, either remove or empty"
408408
echo "the directory $PGDATA or run initdb with an argument"
409409
echo "other than $PGDATA."

0 commit comments

Comments
 (0)