From 07e8c177e7f1cceadc70709946aa24777b4bf2af Mon Sep 17 00:00:00 2001 From: ferhat elmas Date: Mon, 30 Oct 2017 01:23:23 +0100 Subject: core, swarm: typo fixes --- core/tx_journal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/tx_journal.go') diff --git a/core/tx_journal.go b/core/tx_journal.go index 3fd8ece49..e872d7b53 100644 --- a/core/tx_journal.go +++ b/core/tx_journal.go @@ -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 }() -- cgit v1.2.3