minor typo

This commit is contained in:
Frank Cizmich
2015-04-08 16:54:16 -03:00
parent 39b0e026c8
commit 35cd94251a

View File

@@ -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 same columns as another in the same table, and references the same parent
table. table.
The output ends with a short summary that includes the total size in bytes The output ends with a short summary that includes an estimate of the total
that the duplicate indexes ara using. This is calculated by multiplying the size, in bytes, that the duplicate indexes are using. This is calculated by
index length in bytes times the number of rows in their respective tables. multiplying the index length by the number of rows in their respective tables.
=head1 OPTIONS =head1 OPTIONS