Fix a typo in the comment of KinesisClientLibConfiguration

Change "this msy be set to a higher number" to "this may be set to a higher number"
This commit is contained in:
Raphael Feng 2015-10-07 17:06:43 -07:00
parent c6e393c13e
commit d24d936d9a

View file

@ -40,7 +40,7 @@ public class KinesisClientLibConfiguration {
/**
* Fail over time in milliseconds. A worker which does not renew it's lease within this time interval
* will be regarded as having problems and it's shards will be assigned to other workers.
* For applications that have a large number of shards, this msy be set to a higher number to reduce
* For applications that have a large number of shards, this may be set to a higher number to reduce
* the number of DynamoDB IOPS required for tracking leases.
*/
public static final long DEFAULT_FAILOVER_TIME_MILLIS = 10000L;