summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhimoe <xiongwengui67@gmail.com>2022-06-27 06:49:54 +0800
committerGitHub <noreply@github.com>2022-06-26 18:49:54 -0400
commit87c4a2b4b151b79005955f8543632c27fc34174b (patch)
treec1cda1a122f691452166acb4f3ccc91bd2ebe064
parent0aa31676e331dd2f3660a454609113d374701a82 (diff)
doc: fix typo
PR #2248
-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,