1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-09 14:45:47 +02:00
This commit is contained in:
Michael Paquier 2016-01-13 15:26:17 +09:00
parent 6de8b16403
commit 751519d373

View File

@ -267,7 +267,7 @@ parse_range(pgBackupRange *range, const char *arg1, const char *arg2)
if (strcmp(tmp,"") != 0)
elog(ERROR_ARGS, _("supplied id(%s) is invalid."), tmp);
else
elog(ERROR_ARGS, _("argments are invalid. near \"%s\""), arg1);
elog(ERROR_ARGS, _("arguments are invalid. near \"%s\""), arg1);
}
free(tmp);