From fe74dc7e328e95ceb4ff86c78bf57695a1d3b2ed Mon Sep 17 00:00:00 2001 From: Brian Fraser Date: Fri, 2 Nov 2012 04:00:20 -0300 Subject: [PATCH] bin/pt-table-checksum: Missing word in an error message --- bin/pt-table-checksum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pt-table-checksum b/bin/pt-table-checksum index a5957ce3..3f84a63d 100755 --- a/bin/pt-table-checksum +++ b/bin/pt-table-checksum @@ -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"; } }