Skip to content

Commit 231cf73

Browse files
quanta-ktgitster
authored andcommitted
pathspec: fix typo "glossary-context.txt" -> "glossary-content.txt"
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent dbecc61 commit 231cf73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pathspec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ struct index_state;
2323
#define PATHSPEC_ONESTAR 1 /* the pathspec pattern satisfies GFNM_ONESTAR */
2424

2525
/**
26-
* See glossary-context.txt for the syntax of pathspec.
26+
* See glossary-content.txt for the syntax of pathspec.
2727
* In memory, a pathspec set is represented by "struct pathspec" and is
2828
* prepared by parse_pathspec().
2929
*/

0 commit comments

Comments
 (0)