You've already forked pg_probackup
mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-06-30 05:19:24 +02:00
Fix typo
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user