]> git.ipfire.org Git - thirdparty/git.git/commitdiff
config.txt: fix typo
authorMartin Ågren <martin.agren@gmail.com>
Sun, 24 Oct 2021 17:07:43 +0000 (19:07 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Oct 2021 16:12:56 +0000 (09:12 -0700)
Fix the spelling of "substituted".

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt

index 0c0e6b859f1ed28753bd9d1bea9d2969388bd39f..1167e88e341bc38c3f8b5a60ea7b476cd561e340 100644 (file)
@@ -304,7 +304,7 @@ path relative to Git's "runtime prefix", i.e. relative to the location
 where Git itself was installed. For example, `%(prefix)/bin/` refers to
 the directory in which the Git executable itself lives. If Git was
 compiled without runtime prefix support, the compiled-in prefix will be
-subsituted instead. In the unlikely event that a literal path needs to
+substituted instead. In the unlikely event that a literal path needs to
 be specified that should _not_ be expanded, it needs to be prefixed by
 `./`, like so: `./%(prefix)/bin`.