From 751519d3732808c2021c7ed0b1de00b0d025a78d Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Wed, 13 Jan 2016 15:26:17 +0900 Subject: [PATCH] Fix typo --- pg_arman.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pg_arman.c b/pg_arman.c index dcbbc9a3..864b3685 100644 --- a/pg_arman.c +++ b/pg_arman.c @@ -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);