summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-10-29 15:43:14 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-10-29 15:43:14 -0700
commitcca0a9da0535b18869d8c64fbcdd17bbccf87569 (patch)
tree92bacb65b6f1905a474c5f6a6264416c91ca56c0
parentMerge branch 'bs/archive-doc-compression-level' (diff)
parentconfig.txt: fix typo (diff)
downloadtgif-cca0a9da0535b18869d8c64fbcdd17bbccf87569.tar.xz
Merge branch 'js/expand-runtime-prefix'
Typofix. * js/expand-runtime-prefix: config.txt: fix typo
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 0c0e6b859f..1167e88e34 100644
--- a/Documentation/config.txt
+++ b/Documentation/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`.