diff options
Diffstat (limited to 'src/bin/pg_rewind/t/007_standby_source.pl')
-rw-r--r-- | src/bin/pg_rewind/t/007_standby_source.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_rewind/t/007_standby_source.pl b/src/bin/pg_rewind/t/007_standby_source.pl index 47320ea5a67..f89a4df09d9 100644 --- a/src/bin/pg_rewind/t/007_standby_source.pl +++ b/src/bin/pg_rewind/t/007_standby_source.pl @@ -141,7 +141,7 @@ move( # Restart the node. $node_c->start; -# set RewindTest::node_primary to point to the rewinded node, so that we can +# set RewindTest::node_primary to point to the rewound node, so that we can # use check_query() $node_primary = $node_c; |