Skip to content

Commit

Permalink
Fixed typos in the 'modules' folder (#5723)
Browse files Browse the repository at this point in the history
Co-authored-by: Damian Nolan <[email protected]>
  • Loading branch information
keienWang and damiannolan authored Jan 25, 2024
1 parent 310a4bd commit c23add4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/core/04-channel/types/msgs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1576,7 +1576,7 @@ func (suite *TypesTestSuite) TestMsgChannelUpgradeOpenValidateBasic() {
errorsmod.Wrapf(types.ErrInvalidChannelState, "expected channel state to be one of: [%s, %s], got: %s", types.FLUSHCOMPLETE, types.OPEN, types.CLOSED),
},
{
"invalid counterparty upgrade seqeuence",
"invalid counterparty upgrade sequence",
func() {
msg.CounterpartyUpgradeSequence = 0
},
Expand Down
2 changes: 1 addition & 1 deletion modules/core/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (suite *IBCTestSuite) TestReplayProtectionAfterReceivePruning() {
path.Setup()

// Setup replay attack by sending a packet. We will save the receive
// proof to replay relaying after the channel upgrade compeletes.
// proof to replay relaying after the channel upgrade completes.
disabledTimeoutTimestamp := uint64(0)
timeoutHeight := clienttypes.NewHeight(1, 110)
sequence, err := path.EndpointA.SendPacket(timeoutHeight, disabledTimeoutTimestamp, ibctesting.MockPacketData)
Expand Down

0 comments on commit c23add4

Please sign in to comment.