projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52ed730
)
Fix speling error
author
Magnus Hagander
Mon, 8 Oct 2018 06:57:24 +0000
(08:57 +0200)
committer
Magnus Hagander
Mon, 8 Oct 2018 06:57:24 +0000
(08:57 +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 96a4dce4bf458c2a8c38e073634b802391fcd54e..d6fef38760e31acfbeeab97a0d45b28a76fd9c44 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;
}