Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Wang <wachao@vmware.com>
  • Loading branch information
serathius and ahrtr authored Dec 29, 2022
1 parent 818fb88 commit 10e4d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/linearizability/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func initState(request EtcdRequest, response EtcdResponse) EtcdState {
return state
}

// applyFailedRequest handles a failed requests, one that it's not known if it was persisted nor not.
// applyFailedRequest handles a failed requests, one that it's not known if it was persisted or not.
func applyFailedRequest(states PossibleStates, request EtcdRequest) PossibleStates {
for _, s := range states {
newState, _ := applyRequestToSingleState(s, request)
Expand Down

0 comments on commit 10e4d8f

Please sign in to comment.