git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] config.txt: fix typo
@ 2014-11-09 16:19 Nicolas Dermine
  2014-11-10 18:06 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Dermine @ 2014-11-09 16:19 UTC (permalink / raw)
  To: git

Signed-off-by: Nicolas Dermine <nicolas.dermine@gmail.com>
---
 Documentation/config.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/config.txt b/Documentation/config.txt
index 382e12c..0fda2b5 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -2295,7 +2295,7 @@ status.showUntrackedFiles::
 	files which are not currently tracked by Git. Directories which
 	contain only untracked files, are shown with the directory name
 	only. Showing untracked files means that Git needs to lstat() all
-	all the files in the whole repository, which might be slow on some
+	the files in the whole repository, which might be slow on some
 	systems. So, this variable controls how the commands displays
 	the untracked files. Possible values are:
 +
-- 
1.8.5.2

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

* Re: [PATCH] config.txt: fix typo
  2014-11-09 16:19 Nicolas Dermine
@ 2014-11-10 18:06 ` Junio C Hamano
  0 siblings, 0 replies; 4+ messages in thread
From: Junio C Hamano @ 2014-11-10 18:06 UTC (permalink / raw)
  To: Nicolas Dermine; +Cc: git

Thanks.

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

* [PATCH] config.txt: fix typo
@ 2021-10-24 17:07 Martin Ågren
  2021-10-25 13:11 ` Johannes Schindelin
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Ågren @ 2021-10-24 17:07 UTC (permalink / raw)
  To: git; +Cc: Johannes Schindelin

Fix the spelling of "substituted".

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
---
 I spotted this one going through the doc-diff between v2.33.0 and
 9d530dc002 ("The fourteenth batch", 2021-10-18),

 The original topic is js/expand-runtime-prefix.

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

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`.
 
-- 
2.33.1.711.g9d530dc002


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

* Re: [PATCH] config.txt: fix typo
  2021-10-24 17:07 [PATCH] config.txt: fix typo Martin Ågren
@ 2021-10-25 13:11 ` Johannes Schindelin
  0 siblings, 0 replies; 4+ messages in thread
From: Johannes Schindelin @ 2021-10-25 13:11 UTC (permalink / raw)
  To: Martin Ågren; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 1293 bytes --]

Hi Martin,

On Sun, 24 Oct 2021, Martin Ågren wrote:

> Fix the spelling of "substituted".

Thank you, the fix is obviously correct.

Ciao,
Dscho

>
> Signed-off-by: Martin Ågren <martin.agren@gmail.com>
> ---
>  I spotted this one going through the doc-diff between v2.33.0 and
>  9d530dc002 ("The fourteenth batch", 2021-10-18),
>
>  The original topic is js/expand-runtime-prefix.
>
>  Documentation/config.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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`.
>
> --
> 2.33.1.711.g9d530dc002
>
>

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

end of thread, other threads:[~2021-10-25 13:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-24 17:07 [PATCH] config.txt: fix typo Martin Ågren
2021-10-25 13:11 ` Johannes Schindelin
  -- strict thread matches above, loose matches on Subject: below --
2014-11-09 16:19 Nicolas Dermine
2014-11-10 18:06 ` 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).