summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2022-06-23 19:02:01 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-06-23 19:43:29 (GMT)
commitbcb6cdfc0325e8aefa60b4947c8aabe81e020a23 (patch)
treeb10419fb376a536033c653615b390aec42fdd992
parent7281c196b1166f1c00df33948c67b0ef81ba63a9 (diff)
downloadgit-bcb6cdfc0325e8aefa60b4947c8aabe81e020a23.zip
git-bcb6cdfc0325e8aefa60b4947c8aabe81e020a23.tar.gz
git-bcb6cdfc0325e8aefa60b4947c8aabe81e020a23.tar.bz2
Documentation/config/transfer.txt: fix typo
Commit 7281c196b1 (transfer doc: move fetch.credentialsInUrl to "transfer" config namespace, 2022-06-15) propagates a typo from 6dcbdc0d66 (remote: create fetch.credentialsInUrl config, 2022-06-06), where "other" is misspelled as "oher". Fix the typo accordingly. Signed-off-by: Taylor Blau <me@ttaylorr.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/config/transfer.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/transfer.txt b/Documentation/config/transfer.txt
index b4475c0..7ed917f 100644
--- a/Documentation/config/transfer.txt
+++ b/Documentation/config/transfer.txt
@@ -20,7 +20,7 @@ exposure, e.g. because:
in other ways, e.g. a backup process might copy the data to another
system.
* The git programs will pass the full URL to one another as arguments
- on the command-line, meaning the credentials will be exposed to oher
+ on the command-line, meaning the credentials will be exposed to other
users on OS's or systems that allow other users to see the full
process list of other users. On linux the "hidepid" setting
documented in procfs(5) allows for configuring this behavior.