>From 4871e34bf5a9305281e853335c4ac2e54c351778 Mon Sep 17 00:00:00 2001 From: Euler Taveira Date: Wed, 14 May 2014 14:29:15 -0300 Subject: [PATCH 07/11] Small typo. Singular form for one unit. --- src/bin/pg_basebackup/pg_basebackup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_basebackup/pg_basebackup.c b/src/bin/pg_basebackup/pg_basebackup.c index 7d2f119..b119fc0 100644 --- a/src/bin/pg_basebackup/pg_basebackup.c +++ b/src/bin/pg_basebackup/pg_basebackup.c @@ -676,7 +676,7 @@ parse_max_rate(char *src) if (*after_num != '\0') { fprintf(stderr, - _("%s: invalid --max-rate units: \"%s\"\n"), + _("%s: invalid --max-rate unit: \"%s\"\n"), progname, suffix); exit(1); } -- 2.0.0.rc0