Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jking-aus committed Oct 21, 2024
1 parent d85fb1f commit 52ec926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions anchor/qbft/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ where
from = *operator_id,
current_round = *self.current_round,
propose_round = *consensus_data.round,
"PROPOSSE message received for the wrong round"
"PROPOSE message received for the wrong round"
);
return;
}
Expand Down Expand Up @@ -357,7 +357,7 @@ where
warn!(
from = *operator_id,
current_round = *self.current_round,
"PREAPRE message is invalid"
"PREPARE message is invalid"
);
return;
};
Expand Down

0 comments on commit 52ec926

Please sign in to comment.