core, swarm: typo fixes

This commit is contained in:
ferhat elmas
2017-10-30 01:23:23 +01:00
parent 8d434f6a6f
commit 07e8c177e7
4 changed files with 5 additions and 5 deletions

View File

@ -68,7 +68,7 @@ func (journal *txJournal) load(add func(*types.Transaction) error) error {
}
defer input.Close()
// Temporarilly discard any journal additions (don't double add on load)
// Temporarily discard any journal additions (don't double add on load)
journal.writer = new(devNull)
defer func() { journal.writer = nil }()