Fix spellings errors.

This commit is contained in:
Daniel Nichter
2012-03-26 17:49:50 -06:00
parent f4c978c957
commit c2362b8367
7 changed files with 9 additions and 9 deletions

View File

@@ -11332,7 +11332,7 @@ See also L<"BUGS"> for more information on filing bugs and getting help.
=head1 DESCRIPTION
pt-upgrade executes queries from slowlogs on one or more MySQL server to find
differences in query time, warnings, results, and other aspects of the querys'
differences in query time, warnings, results, and other aspects of the queries'
execution. This helps evaluate upgrades, migrations and configuration
changes. The comparisons specified by L<"--compare"> determine what
differences can be found. A report is printed which outlines all the
@@ -11494,7 +11494,7 @@ Continue working even if there is an error.
Convert non-SELECT statements to SELECTs and compare.
By default non-SELECT statements are not allowed. This option causes
non-SELECT statments (like UPDATE, INSERT and DELETE) to be converted
non-SELECT statements (like UPDATE, INSERT and DELETE) to be converted
to SELECT statements, executed and compared.
For example, C<DELETE col FROM tbl WHERE id=1> is converted to