1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-03 01:21:48 +03:00

Fix typos

This commit is contained in:
Peter Eisentraut 2015-05-17 22:21:36 -04:00
parent b4348017e6
commit c410881f84
2 changed files with 2 additions and 2 deletions
contrib/pg_upgrade
src/bin/pg_resetxlog

@ -211,7 +211,7 @@ CreateRestrictedProcess(char *cmd, PROCESS_INFORMATION *processInfo, const char
SECURITY_BUILTIN_DOMAIN_RID, DOMAIN_ALIAS_RID_POWER_USERS, 0, 0, 0, 0, 0, SECURITY_BUILTIN_DOMAIN_RID, DOMAIN_ALIAS_RID_POWER_USERS, 0, 0, 0, 0, 0,
0, &dropSids[1].Sid)) 0, &dropSids[1].Sid))
{ {
fprintf(stderr, _("%s: could not to allocate SIDs: error code %lu\n"), progname, GetLastError()); fprintf(stderr, _("%s: could not allocate SIDs: error code %lu\n"), progname, GetLastError());
return 0; return 0;
} }

@ -1101,7 +1101,7 @@ CreateRestrictedProcess(char *cmd, PROCESS_INFORMATION *processInfo, const char
SECURITY_BUILTIN_DOMAIN_RID, DOMAIN_ALIAS_RID_POWER_USERS, 0, 0, 0, 0, 0, SECURITY_BUILTIN_DOMAIN_RID, DOMAIN_ALIAS_RID_POWER_USERS, 0, 0, 0, 0, 0,
0, &dropSids[1].Sid)) 0, &dropSids[1].Sid))
{ {
fprintf(stderr, _("%s: could not to allocate SIDs: error code %lu\n"), progname, GetLastError()); fprintf(stderr, _("%s: could not allocate SIDs: error code %lu\n"), progname, GetLastError());
return 0; return 0;
} }