summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
diff options
context:
space:
mode:
authorJosh Soref <2119212+jsoref@users.noreply.github.com>2023-03-03 05:31:28 -0500
committerGitHub <noreply@github.com>2023-03-03 05:31:28 -0500
commit590d5fa2ebfe46887bbe1f994ca98fc33d6d3462 (patch)
tree5c98259623dc9541ebd5dd3e64c02d7727705e3e /src/cli.rs
parenta240cc6b897bff0ee2e28789b8df10f6d1f03947 (diff)
Spelling (#1257)
Corrects misspellings identified by https://github.com/marketplace/actions/check-spelling Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli.rs b/src/cli.rs
index a0431a2a..f8b29842 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -963,7 +963,7 @@ pub struct Opt {
///
/// Use --tabs=0 to pass tab characters through directly, but note that in that case delta will
/// calculate line widths assuming tabs occupy one character's width on the screen: if your
- /// terminal renders tabs as more than than one character wide then delta's output will look
+ /// terminal renders tabs as more than one character wide then delta's output will look
/// incorrect.
pub tab_width: usize,