aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/technical/api-parse-options.txt
diff options
context:
space:
mode:
authorJacob Stopak <jacob@initialcommit.io>2022-09-19 19:45:57 -0700
committerJunio C Hamano <gitster@pobox.com>2022-09-21 10:28:36 -0700
commitbbb0c357b81d86dfd0b843cabe6c8fe29ced9ebd (patch)
tree9b00d9837d79e09910f5c2995dafe09f440945d1 /Documentation/technical/api-parse-options.txt
parent72991ff558585490aa4284c0b8ca1f13e86f0f18 (diff)
downloadgit-bbb0c357b81d86dfd0b843cabe6c8fe29ced9ebd.tar.gz
Documentation: clean up various typos in technical docs
Used GNU "aspell check <filename>" to review various technical 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 'Documentation/technical/api-parse-options.txt')
-rw-r--r--Documentation/technical/api-parse-options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-parse-options.txt b/Documentation/technical/api-parse-options.txt
index c2a5e42914..61fa6ee167 100644
--- a/Documentation/technical/api-parse-options.txt
+++ b/Documentation/technical/api-parse-options.txt
@@ -60,7 +60,7 @@ Subcommands are special in a couple of ways:
* All arguments following the subcommand are considered to be arguments of
the subcommand, and, conversely, arguments meant for the subcommand may
- not preceed the subcommand.
+ not precede the subcommand.
Therefore, if the options array contains at least one subcommand and
`parse_options()` encounters the first dashless argument, it will either: