Merge branch 'as/pathspec-h-typofix'

Typofix.

* as/pathspec-h-typofix:
  pathspec: fix typo "glossary-context.txt" -> "glossary-content.txt"
This commit is contained in:
Junio C Hamano
2024-07-12 08:41:57 -07:00

View File

@@ -23,7 +23,7 @@ struct index_state;
#define PATHSPEC_ONESTAR 1 /* the pathspec pattern satisfies GFNM_ONESTAR */ #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 * In memory, a pathspec set is represented by "struct pathspec" and is
* prepared by parse_pathspec(). * prepared by parse_pathspec().
*/ */