Skip to content

Commit

Permalink
Fixed typo in Events section of README
Browse files Browse the repository at this point in the history
  • Loading branch information
jwolski committed Mar 3, 2015
1 parent 96f9d8f commit 2ac209d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ These events are emitted when:
* `membershipChanged` - membership state has changed (status or incarnation number). A membership change may result in a ring change.
* `requestProxy.checksumsDiffer` - a proxied request arrives at its destination and source/destination checksums differ
* `requestProxy.retryAttempted` - a scheduled retry expires and a retry is attempted
* `requestProxt.retryScheduled` - a retry is scheduled, but not yet attempted
* `requestProxy.retryScheduled` - a retry is scheduled, but not yet attempted
* `requestProxy.retrySucceeded` - a request that is retried succeeds
* `requestProxy.retryFailed` - a request is retried up to the maximum number of retries and fails
* `ringChanged` - ring state has changed for one or more nodes either having joined or left the cluster. All ring changes are member changes, but not vice versa.
Expand Down

0 comments on commit 2ac209d

Please sign in to comment.