Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 367b34a

Browse files
committed
Fix typos
1 parent e427ea7 commit 367b34a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/pg_upgrade/pg_upgrade.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ CreateRestrictedProcess(char *cmd, PROCESS_INFORMATION *processInfo, const char
245245
SECURITY_BUILTIN_DOMAIN_RID, DOMAIN_ALIAS_RID_POWER_USERS, 0, 0, 0, 0, 0,
246246
0, &dropSids[1].Sid))
247247
{
248-
fprintf(stderr, _("%s: could not to allocate SIDs: error code %lu\n"), progname, GetLastError());
248+
fprintf(stderr, _("%s: could not allocate SIDs: error code %lu\n"), progname, GetLastError());
249249
return 0;
250250
}
251251

src/bin/pg_resetxlog/pg_resetxlog.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ CreateRestrictedProcess(char *cmd, PROCESS_INFORMATION *processInfo, const char
11431143
SECURITY_BUILTIN_DOMAIN_RID, DOMAIN_ALIAS_RID_POWER_USERS, 0, 0, 0, 0, 0,
11441144
0, &dropSids[1].Sid))
11451145
{
1146-
fprintf(stderr, _("%s: could not to allocate SIDs: error code %lu\n"), progname, GetLastError());
1146+
fprintf(stderr, _("%s: could not allocate SIDs: error code %lu\n"), progname, GetLastError());
11471147
return 0;
11481148
}
11491149

0 commit comments

Comments
 (0)