diff options
| author | Michael Paquier | 2025-04-19 10:17:42 +0000 |
|---|---|---|
| committer | Michael Paquier | 2025-04-19 10:17:42 +0000 |
| commit | 88e947136b47664b6936b35542f2d1eda0c90588 (patch) | |
| tree | 6a5999ed2088fb1455940632b70a8d452ec56347 /src/test/subscription | |
| parent | 114f7fa81c72637d75b574269f2076dcc1104e24 (diff) | |
Fix typos and grammar in the code
The large majority of these have been introduced by recent commits done
in the v18 development cycle.
Author: Alexander Lakhin <exclusion@gmail.com>
Discussion: https://postgr.es/m/9a7763ab-5252-429d-a943-b28941e0e28b@gmail.com
Diffstat (limited to 'src/test/subscription')
| -rw-r--r-- | src/test/subscription/t/007_ddl.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/subscription/t/007_ddl.pl b/src/test/subscription/t/007_ddl.pl index de846193bb5..7d12bcbddb6 100644 --- a/src/test/subscription/t/007_ddl.pl +++ b/src/test/subscription/t/007_ddl.pl @@ -80,7 +80,7 @@ $node_subscriber->safe_psql('postgres', "DROP SUBSCRIPTION mysub1"); # Test ALTER PUBLICATION RENAME command during the replication # -# Test function for swaping name of publications +# Test function for swapping name of publications sub test_swap { my ($table_name, $pubname, $appname) = @_; |
