git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gitattributes.txt: fix typo in "comma separated"
@ 2022-12-27 21:01 Andrei Rybak
  2022-12-27 23:27 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Andrei Rybak @ 2022-12-27 21:01 UTC (permalink / raw)
  To: git

Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com>
---
 Documentation/gitattributes.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt
index 4b36d51beb..c19e64ea0e 100644
--- a/Documentation/gitattributes.txt
+++ b/Documentation/gitattributes.txt
@@ -1155,7 +1155,7 @@ Unspecified::
 
 String::
 
-	Specify a comma separate list of common whitespace problems to
+	Specify a comma separated list of common whitespace problems to
 	notice in the same format as the `core.whitespace` configuration
 	variable.
 
-- 
2.38.1


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

* Re: [PATCH] gitattributes.txt: fix typo in "comma separated"
  2022-12-27 21:01 [PATCH] gitattributes.txt: fix typo in "comma separated" Andrei Rybak
@ 2022-12-27 23:27 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2022-12-27 23:27 UTC (permalink / raw)
  To: Andrei Rybak; +Cc: git

Andrei Rybak <rybak.a.v@gmail.com> writes:

> Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com>
> ---
>  Documentation/gitattributes.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Obviously correct.  Will queue.  Thanks.

> diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt
> index 4b36d51beb..c19e64ea0e 100644
> --- a/Documentation/gitattributes.txt
> +++ b/Documentation/gitattributes.txt
> @@ -1155,7 +1155,7 @@ Unspecified::
>  
>  String::
>  
> -	Specify a comma separate list of common whitespace problems to
> +	Specify a comma separated list of common whitespace problems to
>  	notice in the same format as the `core.whitespace` configuration
>  	variable.

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

end of thread, other threads:[~2022-12-27 23:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-27 21:01 [PATCH] gitattributes.txt: fix typo in "comma separated" Andrei Rybak
2022-12-27 23:27 ` 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).