diff options
| author | Álvaro Herrera <alvherre@kurilemu.de> | 2025-11-18 19:31:23 +0100 |
|---|---|---|
| committer | Álvaro Herrera <alvherre@kurilemu.de> | 2025-11-18 19:31:23 +0100 |
| commit | 77fb3959a45d1a748cb28f3f58da18c6645b45d3 (patch) | |
| tree | 13c4862d1359ca4ded2e78b426620ad2ee5e802b /src/bin | |
| parent | 35b5c62c3ad9a28ca145691219d889c638c82e37 (diff) | |
Fix typo
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/pg_dump/t/005_pg_dump_filterfile.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_dump/t/005_pg_dump_filterfile.pl b/src/bin/pg_dump/t/005_pg_dump_filterfile.pl index 7a47ad17da9..bd848a84b2e 100644 --- a/src/bin/pg_dump/t/005_pg_dump_filterfile.pl +++ b/src/bin/pg_dump/t/005_pg_dump_filterfile.pl @@ -561,7 +561,7 @@ $dump = slurp_file($plainfile); unlike($dump, qr/^\\connect postgres/m, "database postgres is not dumped"); like($dump, qr/^\\connect template1/m, "database template1 is dumped"); -# Make sure this option dont break the existing limitation of using +# Make sure this option doesn't break the existing limitation of using # --globals-only with exclusions command_fails_like( [ |
