git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pathspec: fix typo "glossary-context.txt" -> "glossary-content.txt"
@ 2024-06-29 19:31 Abhijeet Sonar
  2024-07-01 19:19 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Abhijeet Sonar @ 2024-06-29 19:31 UTC (permalink / raw)
  To: git; +Cc: Abhijeet Sonar, Heba Waly, Junio C Hamano

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>
---
 pathspec.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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().
  */
-- 
2.45.2.606.g9005149a4a.dirty


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-01 19:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-29 19:31 [PATCH] pathspec: fix typo "glossary-context.txt" -> "glossary-content.txt" Abhijeet Sonar
2024-07-01 19:19 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).