diff --git a/crates/cli/src/human.rs b/crates/cli/src/human.rs index 2c4213db..ba8bf08a 100644 --- a/crates/cli/src/human.rs +++ b/crates/cli/src/human.rs @@ -8,7 +8,7 @@ use regex::Regex; /// An error that occurs when parsing a human readable size description. /// /// This error provides an end user friendly message describing why the -/// description coudln't be parsed and what the expected format is. +/// description couldn't be parsed and what the expected format is. #[derive(Clone, Debug, Eq, PartialEq)] pub struct ParseSizeError { original: String,