projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c7f585
)
Fix speling error
author
Magnus Hagander
Mon, 8 Oct 2018 06:57:24 +0000
(08:57 +0200)
committer
Magnus Hagander
Mon, 8 Oct 2018 07:05:05 +0000
(09:05 +0200)
Reported by Alexander Lakhin in bug #15423
src/bin/pg_basebackup/pg_basebackup.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_basebackup/pg_basebackup.c
b/src/bin/pg_basebackup/pg_basebackup.c
index ef4cfc43847bd744c6c84e614314311bf58cc95f..20c7a830782619df418827471add8efb8d693b47 100644
(file)
--- a/
src/bin/pg_basebackup/pg_basebackup.c
+++ b/
src/bin/pg_basebackup/pg_basebackup.c
@@
-1982,7
+1982,7
@@
BaseBackup(void)
if (sqlstate &&
strcmp(sqlstate, ERRCODE_DATA_CORRUPTED) == 0)
{
- fprintf(stderr, _("%s: checksum error occured\n"),
+ fprintf(stderr, _("%s: checksum error occur
r
ed\n"),
progname);
checksum_failure = true;
}