diff --git a/tokio-console/src/config.rs b/tokio-console/src/config.rs index e2fcdf122..52b980c2d 100644 --- a/tokio-console/src/config.rs +++ b/tokio-console/src/config.rs @@ -200,7 +200,7 @@ pub struct ColorToggles { color_terminated: Option, } -/// A sturct used to parse the toml config file +/// A struct used to parse the toml config file #[derive(Debug, Clone, Deserialize, Serialize)] #[serde(deny_unknown_fields)] struct ConfigFile {