diff --git a/core/txpool/subpool.go b/core/txpool/subpool.go index bbc52632a9..eaab80b7aa 100644 --- a/core/txpool/subpool.go +++ b/core/txpool/subpool.go @@ -46,8 +46,8 @@ type LazyTransaction struct { // maintained by the transaction pool. // // Note, the method will *not* cache the retrieved transaction if the original -// pool has not cached it. The idea being that if the tx was too big to insert -// originally, silently saving it will cause more toruble down the line (and +// pool has not cached it. The idea being, that if the tx was too big to insert +// originally, silently saving it will cause more trouble down the line (and // indeed seems to have caused a memory bloat in the original implementation // which did just that). func (ltx *LazyTransaction) Resolve() *types.Transaction {