Skip to content

Commit 3326d95

Browse files
committed
fix(agent): Fix typo
1 parent 30a13fc commit 3326d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tap-agent/src/agent.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ pub async fn start_agent() -> (ActorRef<SenderAccountsManagerMessage>, JoinHandl
177177
let config = Box::leak(Box::new({
178178
let mut config = SenderAccountConfig::from_config(&CONFIG);
179179
// FIXME: This is a temporary measure to disable
180-
// Horizon, even if enable through our configuration file.
180+
// Horizon, even if enabled through our configuration file.
181181
// Force disable Horizon support
182182
config.horizon_enabled = false;
183183
// Add a warning log so operators know their setting was ignore

0 commit comments

Comments
 (0)