diff mbox series

gitattributes.txt: fix typo in "comma separated"

Message ID 20221227210156.1532168-1-rybak.a.v@gmail.com (mailing list archive)
State Accepted
Commit f95526419bacf116abae549e5716f4ced1f38442
Headers show
Series gitattributes.txt: fix typo in "comma separated" | expand

Commit Message

Andrei Rybak Dec. 27, 2022, 9:01 p.m. UTC
Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com>
---
 Documentation/gitattributes.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Junio C Hamano Dec. 27, 2022, 11:27 p.m. UTC | #1
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.
diff mbox series

Patch

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.