diff options
| author | Magnus Hagander | 2018-11-02 12:56:16 +0000 |
|---|---|---|
| committer | Magnus Hagander | 2018-11-02 12:56:52 +0000 |
| commit | fbec7459aa39da864ad1d578f044a21c3b3b057c (patch) | |
| tree | 79d55688053fef8d9d63099f06f8eca154b5142e /src/test/subscription | |
| parent | 8610c973ddf1cbf0befc1369d2cf0d56c0efcd0a (diff) | |
Fix spelling errors and typos in comments
Author: Daniel Gustafsson <daniel@yesql.se>
Diffstat (limited to 'src/test/subscription')
| -rw-r--r-- | src/test/subscription/t/004_sync.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/subscription/t/004_sync.pl b/src/test/subscription/t/004_sync.pl index 6677dde5283..f8b8f1a3d2d 100644 --- a/src/test/subscription/t/004_sync.pl +++ b/src/test/subscription/t/004_sync.pl @@ -116,7 +116,7 @@ is($result, qq(20), 'initial data synced for fourth sub'); # add new table on subscriber $node_subscriber->safe_psql('postgres', "CREATE TABLE tab_rep_next (a int)"); -# setup structure with existing data on pubisher +# setup structure with existing data on publisher $node_publisher->safe_psql('postgres', "CREATE TABLE tab_rep_next (a) AS SELECT generate_series(1,10)"); |
