]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation/config/transfer.txt: fix typo
authorTaylor Blau <me@ttaylorr.com>
Thu, 23 Jun 2022 19:02:01 +0000 (15:02 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Jun 2022 19:43:29 +0000 (12:43 -0700)
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>
Documentation/config/transfer.txt

index b4475c069007ba204ca40858cb11706372a3ccee..7ed917f5fc5f1b2eb67663f7176825bffabf0ef4 100644 (file)
@@ -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.