diff mbox series

Documentation/glossary: fix double word

Message ID 20240717105432.2801097-2-martin.agren@gmail.com (mailing list archive)
State Accepted
Commit b25a2e8f3703106f35e062172cd18d7f356bee8d
Headers show
Series Documentation/glossary: fix double word | expand

Commit Message

Martin Ågren July 17, 2024, 10:54 a.m. UTC
Remove a spurious "that".

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
---
 This buglet was introduced in 74b50a5881 (Documentation/glossary: define
 root refs as refs, 2024-05-15) as part of ps/pseudo-ref-terminology.

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

Comments

Patrick Steinhardt July 22, 2024, 7:49 a.m. UTC | #1
On Wed, Jul 17, 2024 at 12:54:29PM +0200, Martin Ågren wrote:
> Remove a spurious "that".
> 
> Signed-off-by: Martin Ågren <martin.agren@gmail.com>

This looks obviously correct to me. Thanks!

Patrick

> ---
>  This buglet was introduced in 74b50a5881 (Documentation/glossary: define
>  root refs as refs, 2024-05-15) as part of ps/pseudo-ref-terminology.
> 
>  Documentation/glossary-content.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/glossary-content.txt b/Documentation/glossary-content.txt
> index 30b394ab47..42afe04869 100644
> --- a/Documentation/glossary-content.txt
> +++ b/Documentation/glossary-content.txt
> @@ -550,7 +550,7 @@ The following pseudorefs are known to Git:
>  	to the result.
>  
>  [[def_ref]]ref::
> -	A name that that points to an <<def_object_name,object name>> or
> +	A name that points to an <<def_object_name,object name>> or
>  	another ref (the latter is called a <<def_symref,symbolic ref>>).
>  	For convenience, a ref can sometimes be abbreviated when used
>  	as an argument to a Git command; see linkgit:gitrevisions[7]
> -- 
> 2.46.0.rc0.321.g44c27ab58a
>
diff mbox series

Patch

diff --git a/Documentation/glossary-content.txt b/Documentation/glossary-content.txt
index 30b394ab47..42afe04869 100644
--- a/Documentation/glossary-content.txt
+++ b/Documentation/glossary-content.txt
@@ -550,7 +550,7 @@  The following pseudorefs are known to Git:
 	to the result.
 
 [[def_ref]]ref::
-	A name that that points to an <<def_object_name,object name>> or
+	A name that points to an <<def_object_name,object name>> or
 	another ref (the latter is called a <<def_symref,symbolic ref>>).
 	For convenience, a ref can sometimes be abbreviated when used
 	as an argument to a Git command; see linkgit:gitrevisions[7]