mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-09 14:45:47 +02:00
Fix typo
This commit is contained in:
parent
6de8b16403
commit
751519d373
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user