From: Abhijeet Sonar Date: Sat, 29 Jun 2024 19:31:37 +0000 (+0530) Subject: pathspec: fix typo "glossary-context.txt" -> "glossary-content.txt" X-Git-Tag: v2.46.0-rc0~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=231cf7370ed9ac81814d66bc09c06e2399255784;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- 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(). */