bin/pt-table-checksum: Missing word in an error message

This commit is contained in:
Brian Fraser
2012-11-02 04:00:20 -03:00
parent 6720831fd1
commit fe74dc7e32

View File

@@ -8591,7 +8591,7 @@ sub main {
. $master_binlog . " but replica " . $slave_cxn->name()
. " has binlog_format $slave_binlog. This could cause "
. "pt-table-checksum to break replication. "
. "If understand the risks, specify "
. "If you understand the risks, specify "
. "--no-check-binlog-format to disable this check.\n";
}
}