From a876ddef67f0ff876015cda98d55094d6963f932 Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Sun, 10 Sep 2023 22:47:21 +0300 Subject: [PATCH] Fix typo (#7516) --- zebra-consensus/src/transaction/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-consensus/src/transaction/tests.rs b/zebra-consensus/src/transaction/tests.rs index 87ce0f7e3..63d720c9d 100644 --- a/zebra-consensus/src/transaction/tests.rs +++ b/zebra-consensus/src/transaction/tests.rs @@ -2141,7 +2141,7 @@ async fn v4_with_joinsplit_is_rejected_for_modification( // Note that modifying the JoinSplit data invalidates the tx signatures. The signatures are // checked concurrently with the ZK proofs, and when a signature check finishes before the proof // check, the verifier reports an invalid signature instead of invalid proof. This race - // condition happens only occasionaly, so we run the verifier in a loop with a small iteration + // condition happens only occasionally, so we run the verifier in a loop with a small iteration // threshold until it returns the correct error. let mut i = 1; let result = loop {