Skip to content

Commit a2444fe

Browse files
committed
fix doc spelling
1 parent bd19da6 commit a2444fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/throttle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Note that you may dynamically change both `replication-lag-query` and the `throt
4646

4747
`--max-load='Threads_running=100,Threads_connected=500'`
4848

49-
Metrics must be valid, numeric [statis variables](http://dev.mysql.com/doc/refman/5.6/en/server-status-variables.html)
49+
Metrics must be valid, numeric [status variables](http://dev.mysql.com/doc/refman/5.6/en/server-status-variables.html)
5050

5151
#### Throttle query
5252

@@ -80,7 +80,7 @@ In addition to the above, you are able to take control and throttle the operatio
8080

8181
Any single factor in the above that suggests the migration should throttle - causes throttling. That is, once some component decides to throttle, you cannot override it; you cannot force continued execution of the migration.
8282

83-
`gh-ost` collects different throttle-related metrics at different times, independently. It asynchronously reads the collected metrics and checks if they satisfy conditions/threasholds.
83+
`gh-ost` collects different throttle-related metrics at different times, independently. It asynchronously reads the collected metrics and checks if they satisfy conditions/thresholds.
8484

8585
The first check to suggest throttling stops the check; the status message will note the reason for throttling as the first satisfied check.
8686

0 commit comments

Comments
 (0)