git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pretty: fix a typo in the documentation for %(trailers)
@ 2021-05-12 11:18 Louis Sautier via GitGitGadget
  2021-05-12 13:12 ` Bagas Sanjaya
  2021-05-12 22:48 ` Junio C Hamano
  0 siblings, 2 replies; 3+ messages in thread
From: Louis Sautier via GitGitGadget @ 2021-05-12 11:18 UTC (permalink / raw)
  To: git; +Cc: Louis Sautier, Louis Sautier

From: Louis Sautier <sautier.louis@gmail.com>

This just changes occurance to occurrence.

Signed-off-by: Louis Sautier <sautier.louis@gmail.com>
---
    pretty: fix a typo in the documentation for %(trailers)
    
    Hi,
    
    Here is a very minor change: occurance → occurrence ?

Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1023%2Fsbraz%2Ftypo-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1023/sbraz/typo-v1
Pull-Request: https://github.com/git/git/pull/1023

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

diff --git a/Documentation/pretty-formats.txt b/Documentation/pretty-formats.txt
index cd697f508c53..ea9b26c3f734 100644
--- a/Documentation/pretty-formats.txt
+++ b/Documentation/pretty-formats.txt
@@ -271,7 +271,7 @@ endif::git-rev-list[]
 			  `trailers` string may be followed by a colon
 			  and zero or more comma-separated options.
 			  If any option is provided multiple times the
-			  last occurance wins.
+			  last occurrence wins.
 +
 The boolean options accept an optional value `[=<BOOL>]`. The values
 `true`, `false`, `on`, `off` etc. are all accepted. See the "boolean"

base-commit: a0f521b56c724f4e21eef1cec2d456b1dbd72c10
-- 
gitgitgadget

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

* Re: [PATCH] pretty: fix a typo in the documentation for %(trailers)
  2021-05-12 11:18 [PATCH] pretty: fix a typo in the documentation for %(trailers) Louis Sautier via GitGitGadget
@ 2021-05-12 13:12 ` Bagas Sanjaya
  2021-05-12 22:48 ` Junio C Hamano
  1 sibling, 0 replies; 3+ messages in thread
From: Bagas Sanjaya @ 2021-05-12 13:12 UTC (permalink / raw)
  To: Louis Sautier via GitGitGadget, git; +Cc: Louis Sautier

Hi Louis, welcome to Git mailing list!

On 12/05/21 18.18, Louis Sautier via GitGitGadget wrote:
> From: Louis Sautier <sautier.louis@gmail.com>
> 
> This just changes occurance to occurrence.
> 

The commit message is essentially occurance/occurrence.

> Signed-off-by: Louis Sautier <sautier.louis@gmail.com>
> ---
>      pretty: fix a typo in the documentation for %(trailers)
>      
>      Hi,
>      
>      Here is a very minor change: occurance → occurrence ?
> 
> Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1023%2Fsbraz%2Ftypo-v1
> Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1023/sbraz/typo-v1
> Pull-Request: https://github.com/git/git/pull/1023
> 
>   Documentation/pretty-formats.txt | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/pretty-formats.txt b/Documentation/pretty-formats.txt
> index cd697f508c53..ea9b26c3f734 100644
> --- a/Documentation/pretty-formats.txt
> +++ b/Documentation/pretty-formats.txt
> @@ -271,7 +271,7 @@ endif::git-rev-list[]
>   			  `trailers` string may be followed by a colon
>   			  and zero or more comma-separated options.
>   			  If any option is provided multiple times the
> -			  last occurance wins.
> +			  last occurrence wins.

That's the correct spelling. Looks OK.

>   +
>   The boolean options accept an optional value `[=<BOOL>]`. The values
>   `true`, `false`, `on`, `off` etc. are all accepted. See the "boolean"
> 
> base-commit: a0f521b56c724f4e21eef1cec2d456b1dbd72c10
> 

Thanks.

-- 
An old man doll... just what I always wanted! - Clara

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

* Re: [PATCH] pretty: fix a typo in the documentation for %(trailers)
  2021-05-12 11:18 [PATCH] pretty: fix a typo in the documentation for %(trailers) Louis Sautier via GitGitGadget
  2021-05-12 13:12 ` Bagas Sanjaya
@ 2021-05-12 22:48 ` Junio C Hamano
  1 sibling, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2021-05-12 22:48 UTC (permalink / raw)
  To: Louis Sautier via GitGitGadget; +Cc: git, Louis Sautier

"Louis Sautier via GitGitGadget" <gitgitgadget@gmail.com> writes:

> From: Louis Sautier <sautier.louis@gmail.com>
>
> This just changes occurance to occurrence.
>
> Signed-off-by: Louis Sautier <sautier.louis@gmail.com>
> ---
>     pretty: fix a typo in the documentation for %(trailers)
>     
>     Hi,
>     
>     Here is a very minor change: occurance → occurrence ?

Thanks.

> diff --git a/Documentation/pretty-formats.txt b/Documentation/pretty-formats.txt
> index cd697f508c53..ea9b26c3f734 100644
> --- a/Documentation/pretty-formats.txt
> +++ b/Documentation/pretty-formats.txt
> @@ -271,7 +271,7 @@ endif::git-rev-list[]
>  			  `trailers` string may be followed by a colon
>  			  and zero or more comma-separated options.
>  			  If any option is provided multiple times the
> -			  last occurance wins.
> +			  last occurrence wins.
>  +
>  The boolean options accept an optional value `[=<BOOL>]`. The values
>  `true`, `false`, `on`, `off` etc. are all accepted. See the "boolean"
>
> base-commit: a0f521b56c724f4e21eef1cec2d456b1dbd72c10

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

end of thread, other threads:[~2021-05-12 23:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-12 11:18 [PATCH] pretty: fix a typo in the documentation for %(trailers) Louis Sautier via GitGitGadget
2021-05-12 13:12 ` Bagas Sanjaya
2021-05-12 22:48 ` Junio C Hamano

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 NNTP newsgroup(s).