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

Commit271a68b

Browse files
committed
Fix typos
1 parent01d42ca commit271a68b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎contrib/pg_upgrade/pg_upgrade.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ CreateRestrictedProcess(char *cmd, PROCESS_INFORMATION *processInfo, const char
246246
SECURITY_BUILTIN_DOMAIN_RID,DOMAIN_ALIAS_RID_POWER_USERS,0,0,0,0,0,
247247
0,&dropSids[1].Sid))
248248
{
249-
fprintf(stderr,_("%s: could nottoallocate SIDs: error code %lu\n"),progname,GetLastError());
249+
fprintf(stderr,_("%s: could not allocate SIDs: error code %lu\n"),progname,GetLastError());
250250
return0;
251251
}
252252

‎src/bin/pg_resetxlog/pg_resetxlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ CreateRestrictedProcess(char *cmd, PROCESS_INFORMATION *processInfo, const char
10991099
SECURITY_BUILTIN_DOMAIN_RID,DOMAIN_ALIAS_RID_POWER_USERS,0,0,0,0,0,
11001100
0,&dropSids[1].Sid))
11011101
{
1102-
fprintf(stderr,_("%s: could nottoallocate SIDs: error code %lu\n"),progname,GetLastError());
1102+
fprintf(stderr,_("%s: could not allocate SIDs: error code %lu\n"),progname,GetLastError());
11031103
return0;
11041104
}
11051105

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp