We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d5ffcc commit 22592e1Copy full SHA for 22592e1
src/bin/pg_basebackup/t/020_pg_receivewal.pl
@@ -39,7 +39,7 @@
39
'--compress', '1'
40
],
41
qr/\Qpg_receivewal: error: cannot use --compress with --compression-method=none/,
42
- 'failure if --compress spwcified with --compression-method=none');
+ 'failure if --compress specified with --compression-method=none');
43
44
# Slot creation and drop
45
my $slot_name = 'test';
0 commit comments