]> granicus.if.org Git - postgresql/commitdiff
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:13 +0000 (22:23 -0400)
contrib/pg_upgrade/pg_upgrade.c
src/bin/pg_resetxlog/pg_resetxlog.c

index fdf3eeffefdfaa53c3130df18e212d0f7bff683e..ad4da56cff2e2b32cda2faf652084d7cf020ed1c 100644 (file)
@@ -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,
                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 e8ae2aeacb2628388bc7b42c58994af0ac90a8f5..d5398fd4c1242b8f3846b1f83cd7af3610fb0362 100644 (file)
@@ -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,
                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;
        }