From 35cd94251a3309b643e3e275ebf21e1dee713215 Mon Sep 17 00:00:00 2001 From: Frank Cizmich Date: Wed, 8 Apr 2015 16:54:16 -0300 Subject: [PATCH] minor typo --- bin/pt-duplicate-key-checker | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/pt-duplicate-key-checker b/bin/pt-duplicate-key-checker index e7a568ab..e34cd36f 100755 --- a/bin/pt-duplicate-key-checker +++ b/bin/pt-duplicate-key-checker @@ -5220,9 +5220,9 @@ It also looks for duplicate foreign keys. A duplicate foreign key covers the same columns as another in the same table, and references the same parent table. -The output ends with a short summary that includes the total size in bytes -that the duplicate indexes ara using. This is calculated by multiplying the -index length in bytes times the number of rows in their respective tables. +The output ends with a short summary that includes an estimate of the total +size, in bytes, that the duplicate indexes are using. This is calculated by +multiplying the index length by the number of rows in their respective tables. =head1 OPTIONS