From 5e1fd4b2d6dd663b0c67968c20f8e420f14d9d9b Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Sun, 13 Mar 2022 23:48:47 +0200 Subject: [PATCH] Fix typo (#3861) --- zebra-state/src/service.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-state/src/service.rs b/zebra-state/src/service.rs index aa47fce6..2fe4cabc 100644 --- a/zebra-state/src/service.rs +++ b/zebra-state/src/service.rs @@ -86,7 +86,7 @@ pub type QueuedFinalized = ( /// then return their answers. /// /// This behaviour is implicitly used by Zebra's syncer, -/// to delay the next ObtainTips until all queued blocks have been commited. +/// to delay the next ObtainTips until all queued blocks have been committed. /// /// But most state users can ignore any queued blocks, and get faster read responses /// using the [`ReadOnlyStateService`].