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

Commit178c78c

Browse files
committed
Fix typo
1 parentc1c7722 commit178c78c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/libpq/auth.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.160 2007/11/27 12:17:27 petere Exp $
11+
* $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.161 2007/11/28 13:30:16 petere Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -524,7 +524,7 @@ pg_GSS_recvauth(Port *port)
524524
maj_stat=gss_display_name(&min_stat,port->gss->name,&gbuf,NULL);
525525
if (maj_stat!=GSS_S_COMPLETE)
526526
pg_GSS_error(ERROR,
527-
gettext_noop("retreiving GSS user name failed"),
527+
gettext_noop("retrieving GSS user name failed"),
528528
maj_stat,min_stat);
529529

530530
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp