diff options
| author | Junio C Hamano <gitster@pobox.com> | 2023-06-22 16:29:06 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-06-22 16:29:06 -0700 |
| commit | ad6d37ea7e9e9e24187462b0f25a74e3b9c5961d (patch) | |
| tree | 79f55cdfa66d3904e071aeaaacfc3c1725d195ab /Documentation/CodingGuidelines | |
| parent | 1bff6a97fef071b49b30f730ba138c16ef0ff93c (diff) | |
| parent | 548afb0d9a5a15e538fbf7e01fafbc27691365f1 (diff) | |
| download | git-ad6d37ea7e9e9e24187462b0f25a74e3b9c5961d.tar.xz | |
Merge branch 'la/docs-typofixes'
Typofixes.
* la/docs-typofixes:
docs: typofixes
Diffstat (limited to 'Documentation/CodingGuidelines')
| -rw-r--r-- | Documentation/CodingGuidelines | 2 |
1 files changed, 1 insertions, 1 deletions
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)] |
