From 2e73ec251c7d8ea1c42e053c40ef15fe264383ff Mon Sep 17 00:00:00 2001 From: William Banfield <4561443+williambanfield@users.noreply.github.com> Date: Mon, 7 Mar 2022 12:44:38 -0500 Subject: [PATCH] Update consensus/state.go Co-authored-by: M. J. Fromberger --- consensus/state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consensus/state.go b/consensus/state.go index b4da69286..f6f1d13d0 100644 --- a/consensus/state.go +++ b/consensus/state.go @@ -823,7 +823,7 @@ func (cs *State) handleMsg(mi msgInfo) { // We unlock here to yield to any routines that need to read the the RoundState. // Previously, this code held the lock from the point at which the final block // part was recieved until the block executed against the application. - // This prevented the reactor form being able to retrieve the most updated + // This prevented the reactor from being able to retrieve the most updated // version of the RoundState. The reactor needs the updated RoundState to // gossip the now completed block. //