Skip to content

Commit af6284a

Browse files
committed
Fix typo in comment
Author: Ted Yu <yuzhihong@gmail.com>
1 parent 10ea0f9 commit af6284a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_dump/t/002_pg_dump.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
program => $ENV{'GZIP_PROGRAM'},
115115
args => [ '-f', "$tempdir/compression_gzip_dir/blobs.toc", ],
116116
},
117-
# Verify that only data files where compressed
117+
# Verify that only data files were compressed
118118
glob_patterns => [
119119
"$tempdir/compression_gzip_dir/toc.dat",
120120
"$tempdir/compression_gzip_dir/*.dat.gz",

0 commit comments

Comments
 (0)