summaryrefslogtreecommitdiffstats
path: root/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-10-29 16:20:47 -0700
committerJunio C Hamano <gitster@pobox.com>2021-10-29 16:20:47 -0700
commit19dcd3f0b9267bf8ca50aa402ecf9f18957583c0 (patch)
treeea9de4084c57f181044a9aed3d984322b35f2d06 /config.txt
parent7f3e672e3ddcaaf72cc46cfda34941183a9e5bbe (diff)
downloadgit-htmldocs-19dcd3f0b9267bf8ca50aa402ecf9f18957583c0.tar.gz
Autogenerated HTML docs for v2.34.0-rc0
Diffstat (limited to 'config.txt')
-rw-r--r--config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.txt b/config.txt
index 0c0e6b859..1167e88e3 100644
--- a/config.txt
+++ b/config.txt
@@ -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`.