diff --git a/types/tx.go b/types/tx.go index 659093059..d142fb82a 100644 --- a/types/tx.go +++ b/types/tx.go @@ -85,7 +85,7 @@ func ToTxs(txs [][]byte) Txs { return txBzs } -// TxRecordsToTxs coverts from the abci Tx type to the a Txs type. +// TxRecordsToTxs converts from the abci Tx type to the the Txs type. func TxRecordsToTxs(trs []*abci.TxRecord) Txs { txs := make([]Tx, len(trs)) for i, tr := range trs {