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

index ef4cfc43847bd744c6c84e614314311bf58cc95f..20c7a830782619df418827471add8efb8d693b47 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;
        }