diff mbox series

pathspec: fix typo "glossary-context.txt" -> "glossary-content.txt"

Message ID 20240629193137.54037-1-abhijeet.nkt@gmail.com (mailing list archive)
State New
Headers show
Series pathspec: fix typo "glossary-context.txt" -> "glossary-content.txt" | expand

Commit Message

Abhijeet Sonar June 29, 2024, 7:31 p.m. UTC
The pathspec syntax is explained in the file "glossary-content.txt".
Moreover, no file named "glossary-context.txt" exists in the repository.

Signed-off-by: Abhijeet Sonar <abhijeet.nkt@gmail.com>
---
 pathspec.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Junio C Hamano July 1, 2024, 7:19 p.m. UTC | #1
Abhijeet Sonar <abhijeet.nkt@gmail.com> writes:

> The pathspec syntax is explained in the file "glossary-content.txt".

Obviously correct.  Thanks, will queue.

> Moreover, no file named "glossary-context.txt" exists in the repository.
>
> Signed-off-by: Abhijeet Sonar <abhijeet.nkt@gmail.com>
> ---
>  pathspec.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/pathspec.h b/pathspec.h
> index fec4399bbc..de537cff3c 100644
> --- a/pathspec.h
> +++ b/pathspec.h
> @@ -23,7 +23,7 @@ struct index_state;
>  #define PATHSPEC_ONESTAR 1	/* the pathspec pattern satisfies GFNM_ONESTAR */
>  
>  /**
> - * See glossary-context.txt for the syntax of pathspec.
> + * See glossary-content.txt for the syntax of pathspec.
>   * In memory, a pathspec set is represented by "struct pathspec" and is
>   * prepared by parse_pathspec().
>   */
diff mbox series

Patch

diff --git a/pathspec.h b/pathspec.h
index fec4399bbc..de537cff3c 100644
--- a/pathspec.h
+++ b/pathspec.h
@@ -23,7 +23,7 @@  struct index_state;
 #define PATHSPEC_ONESTAR 1	/* the pathspec pattern satisfies GFNM_ONESTAR */
 
 /**
- * See glossary-context.txt for the syntax of pathspec.
+ * See glossary-content.txt for the syntax of pathspec.
  * In memory, a pathspec set is represented by "struct pathspec" and is
  * prepared by parse_pathspec().
  */