Skip to content

Commit

Permalink
chore: fix typos (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodDaisy authored Nov 19, 2023
1 parent 9b36bad commit aa655a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion proto/types/tendermint/crypto/proof.proto
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ message DominoOp {
}

// ProofOp defines an operation used for calculating Merkle root
// The data could be arbitrary format, providing nessecary data
// The data could be arbitrary format, providing necessary data
// for example neighbouring node hash
message ProofOp {
string type = 1;
Expand Down
4 changes: 2 additions & 2 deletions settlement/dymension/dymension_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func TestPostBatch(t *testing.T) {
assert.Equal(t, c.expectedError, healthStatusEvent.Error)
atomic.AddInt64(&eventsReceivedCount, 1)
case <-time.After(10 * time.Second):
t.Error("Didn't recieve health event")
t.Error("Didn't receive health event")
}
wg.Done()
}()
Expand All @@ -224,7 +224,7 @@ func TestPostBatch(t *testing.T) {
assert.Equal(t, batchAcceptedEventData.EndHeight, batch.EndHeight)
atomic.AddInt64(&eventsReceivedCount, 1)
case <-time.After(10 * time.Second):
t.Error("Didn't recieve batch accepted event")
t.Error("Didn't receive batch accepted event")
}
wg.Done()

Expand Down

0 comments on commit aa655a4

Please sign in to comment.