Fix speling error
authorMagnus Hagander
Mon, 8 Oct 2018 06:57:24 +0000 (08:57 +0200)
committerMagnus 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

index 96a4dce4bf458c2a8c38e073634b802391fcd54e..d6fef38760e31acfbeeab97a0d45b28a76fd9c44 100644 (file)
@@ -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 occurred\n"),
                    progname);
            checksum_failure = true;
        }