Skip to content

Commit bcb6cdf

Browse files
ttaylorrgitster
authored andcommitted
Documentation/config/transfer.txt: fix typo
Commit 7281c19 (transfer doc: move fetch.credentialsInUrl to "transfer" config namespace, 2022-06-15) propagates a typo from 6dcbdc0 (remote: create fetch.credentialsInUrl config, 2022-06-06), where "other" is misspelled as "oher". Fix the typo accordingly. Signed-off-by: Taylor Blau <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7281c19 commit bcb6cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/config/transfer.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ exposure, e.g. because:
2020
in other ways, e.g. a backup process might copy the data to another
2121
system.
2222
* The git programs will pass the full URL to one another as arguments
23-
on the command-line, meaning the credentials will be exposed to oher
23+
on the command-line, meaning the credentials will be exposed to other
2424
users on OS's or systems that allow other users to see the full
2525
process list of other users. On linux the "hidepid" setting
2626
documented in procfs(5) allows for configuring this behavior.

0 commit comments

Comments
 (0)