aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbhijeet Sonar <abhijeet.nkt@gmail.com>2024-06-30 01:01:37 +0530
committerJunio C Hamano <gitster@pobox.com>2024-07-01 12:19:26 -0700
commit231cf7370ed9ac81814d66bc09c06e2399255784 (patch)
tree8c342d78c99193e54ed6bb8127eb954eba758486
parentGit 2.40.3 (diff)
downloadgit-231cf7370ed9ac81814d66bc09c06e2399255784.tar.gz
git-231cf7370ed9ac81814d66bc09c06e2399255784.zip
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 <abhijeet.nkt@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--pathspec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathspec.h b/pathspec.h
index 41f6adfbb4..41db0f3bd6 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().
*/