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.