From 590d5fa2ebfe46887bbe1f994ca98fc33d6d3462 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 3 Mar 2023 05:31:28 -0500 Subject: Spelling (#1257) Corrects misspellings identified by https://github.com/marketplace/actions/check-spelling Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cli.rs') diff --git a/src/cli.rs b/src/cli.rs index a0431a2..f8b2984 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, -- cgit v1.2.3