Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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

Sign up
Appearance settings

Commitb1baceb

Browse files
committed
Fix typos.
1 parent3851a92 commitb1baceb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/bin/pg_dump/pg_dumpall.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1994, Regents of the University of California
77
*
88
*
9-
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.4 2002/08/28 20:57:22 petere Exp $
9+
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.5 2002/09/02 22:18:56 petere Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -620,7 +620,7 @@ connectDatabase(const char *dbname, const char *pghost, const char *pgport,
620620

621621
if (!conn)
622622
{
623-
fprintf(stderr,_("%s: could notconnection to database %s\n"),
623+
fprintf(stderr,_("%s: could notconnect to database %s\n"),
624624
progname,dbname);
625625
exit(0);
626626
}
@@ -643,7 +643,7 @@ connectDatabase(const char *dbname, const char *pghost, const char *pgport,
643643
/* check to see that the backend connection was successfully made */
644644
if (PQstatus(conn)==CONNECTION_BAD)
645645
{
646-
fprintf(stderr,_("%s: could notconnection to database %s: %s\n"),
646+
fprintf(stderr,_("%s: could notconnect to database %s: %s\n"),
647647
progname,dbname,PQerrorMessage(conn));
648648
exit(0);
649649
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp