Merge branch 'as/pathspec-h-typofix'

Typofix.

* as/pathspec-h-typofix:
  pathspec: fix typo "glossary-context.txt" -> "glossary-content.txt"
maint
Junio C Hamano 2024-07-12 08:41:57 -07:00
commit 7c01dcd018
1 changed files with 1 additions and 1 deletions

View File

@ -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().
*/