From 79231610dbfc9e3b9c5968a2ec52ef78cb989387 Mon Sep 17 00:00:00 2001 From: Romashka Date: Wed, 18 Dec 2024 15:48:21 +0200 Subject: [PATCH] typo-Update chain_watcher.rs --- src/l1/chain_watcher.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/l1/chain_watcher.rs b/src/l1/chain_watcher.rs index 0ba9f9d..91ddc93 100644 --- a/src/l1/chain_watcher.rs +++ b/src/l1/chain_watcher.rs @@ -38,7 +38,7 @@ const BLOB_CARRYING_TRANSACTION_TYPE: u64 = 3; pub type BatcherTransactionData = Bytes; /// Handles watching the L1 chain and monitoring for new blocks, deposits, -/// and batcher transactions. The monitoring loop is spawned in a seperate +/// and batcher transactions. The monitoring loop is spawned in a separate /// task and communication happens via the internal channels. When ChainWatcher /// is dropped, the monitoring task is automatically aborted. pub struct ChainWatcher {