From 14698e6045f57e7936d843e2a830fa61e1bc5611 Mon Sep 17 00:00:00 2001 From: PaulJacobs-percona <63049452+PaulJacobs-percona@users.noreply.github.com> Date: Thu, 4 Jun 2020 08:38:02 +0300 Subject: [PATCH] PT-1836 fix lintian warnings: spelling error --- bin/pt-online-schema-change | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pt-online-schema-change b/bin/pt-online-schema-change index bd9e01af..ee79da28 100755 --- a/bin/pt-online-schema-change +++ b/bin/pt-online-schema-change @@ -12123,7 +12123,7 @@ type: string Channel name used when connected to a server using replication channels. Suppose you have two masters, master_a at port 12345, master_b at port 1236 and a slave connected to both masters using channels chan_master_a and chan_master_b. -If you want to run pt-table-sync to syncronize the slave against master_a, pt-table-sync +If you want to run pt-table-sync to synchronize the slave against master_a, pt-table-sync won't be able to determine what's the correct master since SHOW SLAVE STATUS will return 2 rows. In this case, you can use --channel=chan_master_a to specify the channel name to use in the SHOW SLAVE STATUS command.