From 3abd8b520fb03a9e0265b022784bcf25353a12eb Mon Sep 17 00:00:00 2001
From: comfsrt <155266597+comfsrt@users.noreply.github.com>
Date: Fri, 14 Feb 2025 10:08:14 +0100
Subject: [PATCH] Update config.rs

---
 node/log_entry_sync/src/sync_manager/config.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/node/log_entry_sync/src/sync_manager/config.rs b/node/log_entry_sync/src/sync_manager/config.rs
index 5b0d190..4ddc928 100644
--- a/node/log_entry_sync/src/sync_manager/config.rs
+++ b/node/log_entry_sync/src/sync_manager/config.rs
@@ -20,7 +20,7 @@ pub struct LogSyncConfig {
     // blockchain provider retry params
     // the number of retries after a connection times out
     pub rate_limit_retries: u32,
-    // the nubmer of retries for rate limited responses
+    // the number of retries for rate limited responses
     pub timeout_retries: u32,
     // the duration to wait before retry, in ms
     pub initial_backoff: u64,