diff options
author | Jacob Stopak <jacob@initialcommit.io> | 2022-09-20 04:45:56 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-09-21 19:28:35 +0200 |
commit | 72991ff558585490aa4284c0b8ca1f13e86f0f18 (patch) | |
tree | 96062735fba4ebdd146014910e8fc7d10cfc6e3e /Documentation/git.txt | |
parent | Documentation: fix various repeat word typos (diff) | |
download | git-72991ff558585490aa4284c0b8ca1f13e86f0f18.tar.xz git-72991ff558585490aa4284c0b8ca1f13e86f0f18.zip |
Documentation: clean up a few misspelled word typos
Used GNU "aspell check <filename>" to review various documentation
files with the default aspell dictionary. Ignored false-positives
between american and british english.
Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
Reviewed-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r-- | Documentation/git.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 0ef7f5e4ec..0c15ef3a8e 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -344,7 +344,7 @@ Repository, command and file interfaces This documentation discusses repository and command interfaces which users are expected to interact with directly. See `--user-formats` in -linkgit:git-help[1] for more details on the critera. +linkgit:git-help[1] for more details on the criteria. include::cmds-userinterfaces.txt[] |