Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Fix typos
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 18 May 2015 02:21:36 +0000 (22:21 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 18 May 2015 02:22:44 +0000 (22:22 -0400)
contrib/pg_upgrade/pg_upgrade.c
src/bin/pg_resetxlog/pg_resetxlog.c

index 5560c15fbaa069bfb55b241205a31ae399498a44..752c821b11c9c26e637a6360e851a782fbdcc494 100644 (file)
@@ -241,7 +241,7 @@ CreateRestrictedProcess(char *cmd, PROCESS_INFORMATION *processInfo, const char
        SECURITY_BUILTIN_DOMAIN_RID, DOMAIN_ALIAS_RID_POWER_USERS, 0, 0, 0, 0, 0,
        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;
    }
 
index f0296dbcd900c66ac3ab91b5147c47c33682a20f..baa1c30c4009775635a23068a47bc5014e77f411 100644 (file)
@@ -1107,7 +1107,7 @@ CreateRestrictedProcess(char *cmd, PROCESS_INFORMATION *processInfo, const char
        SECURITY_BUILTIN_DOMAIN_RID, DOMAIN_ALIAS_RID_POWER_USERS, 0, 0, 0, 0, 0,
        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;
    }