git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] Documentation/config/transfer.txt: fix typo
@ 2022-06-23 19:02 Taylor Blau
  2022-06-23 19:42 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Taylor Blau @ 2022-06-23 19:02 UTC (permalink / raw)
  To: git; +Cc: derrickstolee, avarab, gitster

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>
---
Noticed while skimming the new documentation for the upcoming 2.37
release.

 Documentation/config/transfer.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/config/transfer.txt b/Documentation/config/transfer.txt
index b4475c0690..7ed917f5fc 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.
--
2.35.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation/config/transfer.txt: fix typo
  2022-06-23 19:02 [PATCH] Documentation/config/transfer.txt: fix typo Taylor Blau
@ 2022-06-23 19:42 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2022-06-23 19:42 UTC (permalink / raw)
  To: Taylor Blau; +Cc: git, derrickstolee, avarab

Taylor Blau <me@ttaylorr.com> writes:

> 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>
> ---
> Noticed while skimming the new documentation for the upcoming 2.37
> release.

Thanks.

>
>  Documentation/config/transfer.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/config/transfer.txt b/Documentation/config/transfer.txt
> index b4475c0690..7ed917f5fc 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.
> --
> 2.35.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-23 19:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-23 19:02 [PATCH] Documentation/config/transfer.txt: fix typo Taylor Blau
2022-06-23 19:42 ` Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).