aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/tx_journal.go2
1 files changed, 1 insertions, 1 deletions
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 }()