Skip to content

Commit a05b8cf

Browse files
committed
Fix typos
1 parent 9b06451 commit a05b8cf

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
@@ -241,7 +241,7 @@ CreateRestrictedProcess(char *cmd, PROCESS_INFORMATION *processInfo, const char
241241
SECURITY_BUILTIN_DOMAIN_RID, DOMAIN_ALIAS_RID_POWER_USERS, 0, 0, 0, 0, 0,
242242
0, &dropSids[1].Sid))
243243
{
244-
fprintf(stderr, _("%s: could not to allocate SIDs: error code %lu\n"), progname, GetLastError());
244+
fprintf(stderr, _("%s: could not allocate SIDs: error code %lu\n"), progname, GetLastError());
245245
return 0;
246246
}
247247

src/bin/pg_resetxlog/pg_resetxlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ CreateRestrictedProcess(char *cmd, PROCESS_INFORMATION *processInfo, const char
11071107
SECURITY_BUILTIN_DOMAIN_RID, DOMAIN_ALIAS_RID_POWER_USERS, 0, 0, 0, 0, 0,
11081108
0, &dropSids[1].Sid))
11091109
{
1110-
fprintf(stderr, _("%s: could not to allocate SIDs: error code %lu\n"), progname, GetLastError());
1110+
fprintf(stderr, _("%s: could not allocate SIDs: error code %lu\n"), progname, GetLastError());
11111111
return 0;
11121112
}
11131113

0 commit comments

Comments
 (0)