diff --git a/tools/agent-ctl/src/client.rs b/tools/agent-ctl/src/client.rs index 47e6a85bd7..3950e7005c 100644 --- a/tools/agent-ctl/src/client.rs +++ b/tools/agent-ctl/src/client.rs @@ -1179,7 +1179,7 @@ fn agent_cmd_sandbox_list_routes( #[inline] fn builtin_cmd_repeat(_cfg: &Config, _options: &mut Options, _args: &str) -> (Result<()>, bool) { - // XXX: NOP implementation. Due to the way repeat has to work, providing + // XXX: NOP implementation. Due to the way repeat has to work, providing a // handler like this is "too late" to be useful. However, a handler // is required as "repeat" is a valid command. //