summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crates/cli/src/human.rs2
1 files changed, 1 insertions, 1 deletions
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,