Clean up: fix typos (#11165)

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
terencechain
2022-08-03 11:47:30 -07:00
committed by GitHub
parent 0c3df40b1f
commit d4ab08050f
36 changed files with 82 additions and 82 deletions

View File

@@ -202,7 +202,7 @@ func pruneProposalHistoryBySlot(valBucket *bolt.Bucket, newestSlot types.Slot) e
return errors.Wrapf(err, "could not prune epoch %d in proposal history", epoch)
}
} else {
// If starting from the oldest, we dont find anything prunable, stop pruning.
// If starting from the oldest, we don't find anything prunable, stop pruning.
break
}
}