summaryrefslogtreecommitdiff
path: root/src/test/subscription
diff options
context:
space:
mode:
authorMagnus Hagander2018-11-02 12:56:16 +0000
committerMagnus Hagander2018-11-02 12:56:52 +0000
commitfbec7459aa39da864ad1d578f044a21c3b3b057c (patch)
tree79d55688053fef8d9d63099f06f8eca154b5142e /src/test/subscription
parent8610c973ddf1cbf0befc1369d2cf0d56c0efcd0a (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.pl2
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)");