From 548afb0d9a5a15e538fbf7e01fafbc27691365f1 Mon Sep 17 00:00:00 2001 From: Linus Arver Date: Wed, 7 Jun 2023 19:26:47 +0000 Subject: docs: typofixes These were found with an automated CLI tool [1]. Only the "Documentation" subfolder (and not source code files) was considered because the docs are user-facing. [1]: https://crates.io/crates/typos-cli Signed-off-by: Linus Arver Signed-off-by: Junio C Hamano --- Documentation/CodingGuidelines | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/CodingGuidelines') diff --git a/Documentation/CodingGuidelines b/Documentation/CodingGuidelines index 003393ed16..1f3290f173 100644 --- a/Documentation/CodingGuidelines +++ b/Documentation/CodingGuidelines @@ -687,7 +687,7 @@ Writing Documentation: Do: [-q | --quiet] Don't: [-q|--quiet] - Don't use spacing around "|" tokens when they're used to seperate the + Don't use spacing around "|" tokens when they're used to separate the alternate arguments of an option: Do: --track[=(direct|inherit)] Don't: --track[=(direct | inherit)] -- cgit v1.3