summaryrefslogtreecommitdiffstats
path: root/pathspec.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-07-12 17:41:57 +0200
committerJunio C Hamano <gitster@pobox.com>2024-07-12 17:41:57 +0200
commit7c01dcd0180952c7bdf87cab1dba7b36d951ca24 (patch)
treee7aab3a99a95fb09f59190d8d5f7e1e005f60cab /pathspec.h
parentThe ninteenth batch (diff)
parentpathspec: fix typo "glossary-context.txt" -> "glossary-content.txt" (diff)
downloadgit-7c01dcd0180952c7bdf87cab1dba7b36d951ca24.tar.xz
git-7c01dcd0180952c7bdf87cab1dba7b36d951ca24.zip
Merge branch 'as/pathspec-h-typofix'
Typofix. * as/pathspec-h-typofix: pathspec: fix typo "glossary-context.txt" -> "glossary-content.txt"
Diffstat (limited to 'pathspec.h')
-rw-r--r--pathspec.h2
1 files changed, 1 insertions, 1 deletions
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().
*/