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

index 33035b5835f40c84059a98e012b695b049bcc846..96f902f77233f3811e2f47eba497cd3c57bf18ab 100644 (file)
@@ -245,7 +245,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 5aa6b6c5e3b341e696cac56a3594761fcca4e23b..1a0f350f9949590e06eca1edaf3f93f0cf6aa362 100644 (file)
@@ -1143,7 +1143,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;
        }