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:23:35 +0000 (22:23 -0400)
contrib/pg_upgrade/pg_upgrade.c
src/bin/pg_resetxlog/pg_resetxlog.c

index 452cde45c2ee2c1a6a944cb7e890bc071a5d1f5f..63283e0c538b50867fc68d2194cf8e6976e349f5 100644 (file)
@@ -175,7 +175,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 7e39916984e15f4358d1e6ee48861f4476a47ca8..c1b2f53eac160fc353825a5d7c55a3878d646b89 100644 (file)
@@ -1103,7 +1103,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;
    }