Fix commonly misspelled words

This commit is contained in:
spring1843
2017-05-20 21:43:00 -07:00
parent 267f134d44
commit cf686d4f83
5 changed files with 8 additions and 8 deletions

View File

@@ -75,7 +75,7 @@ func BroadcastTxCommit(tx types.Tx) (*ctypes.ResultBroadcastTxCommit, error) {
// Wait for the tx to be included in a block,
// timeout after something reasonable.
// TODO: configureable?
// TODO: configurable?
timer := time.NewTimer(60 * 2 * time.Second)
select {
case deliverTxRes := <-deliverTxResCh: