From b912ee7fdfd2f85db83926715ce06704c2580d4d Mon Sep 17 00:00:00 2001 From: Jack May Date: Fri, 26 Apr 2019 16:02:37 -0700 Subject: [PATCH] Nit: Spelling (#4025) --- core/src/banking_stage.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/banking_stage.rs b/core/src/banking_stage.rs index 8753ed331f..680a493a2d 100644 --- a/core/src/banking_stage.rs +++ b/core/src/banking_stage.rs @@ -484,7 +484,7 @@ impl BankingStage { &transactions[chunk_start..chunk_end], poh, ); - trace!("process_transcations: {:?}", result); + trace!("process_transactions: {:?}", result); chunk_start = chunk_end; if let Err(Error::PohRecorderError(PohRecorderError::MaxHeightReached)) = result { info!(