summaryrefslogtreecommitdiffstats
path: root/crates/cli/src/human.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/cli/src/human.rs')
-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 68d50ab7..7c64cac2 100644
--- a/crates/cli/src/human.rs
+++ b/crates/cli/src/human.rs
@@ -7,7 +7,7 @@ use regex::Regex;
/// An error that occurs when parsing a human readable size description.
///
-/// This error provides a end user friendly message describing why the
+/// This error provides an end user friendly message describing why the
/// description coudln't be parsed and what the expected format is.
#[derive(Clone, Debug, Eq, PartialEq)]
pub struct ParseSizeError {