summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2021-12-18 16:30:01 +0900
committerMichael Paquier <michael@paquier.xyz>2021-12-18 16:30:01 +0900
commit22592e10b41a95f841642fa16127521989177bbc (patch)
treecba51412f1922ae412882c39061797b362248bfa /src
parent3d5ffccb6df323f528cf870c26d0d0517ffe3eaa (diff)
downloadpostgresql-22592e10b41a95f841642fa16127521989177bbc.tar.gz
Fix typo in TAP tests of pg_receivewal
Introduced in d62bcc8, noticed while hacking in the area.
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_basebackup/t/020_pg_receivewal.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_basebackup/t/020_pg_receivewal.pl b/src/bin/pg_basebackup/t/020_pg_receivewal.pl
index 43599d832b..c0549f5c13 100644
--- a/src/bin/pg_basebackup/t/020_pg_receivewal.pl
+++ b/src/bin/pg_basebackup/t/020_pg_receivewal.pl
@@ -39,7 +39,7 @@ $primary->command_fails_like(
'--compress', '1'
],
qr/\Qpg_receivewal: error: cannot use --compress with --compression-method=none/,
- 'failure if --compress spwcified with --compression-method=none');
+ 'failure if --compress specified with --compression-method=none');
# Slot creation and drop
my $slot_name = 'test';