Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-07-31 07:34:29 +0300
committerJunio C Hamano <gitster@pobox.com>2020-07-31 07:34:29 +0300
commit8a111fc01ff6c3e0ef538aaffd465822e82febbf (patch)
tree7daf002bc8e38fe6491fbd34262ce5081e919a9c /ref-filter.c
parent79bcaf006215b91de981c30c0268467e06faaf39 (diff)
parent84544f2ea3441a5715fc3e2dfbb025083872fac5 (diff)
Merge branch 'sk/typofixes' into master
* sk/typofixes: comment: fix spelling mistakes inside comments
Diffstat (limited to 'ref-filter.c')
-rw-r--r--ref-filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref-filter.c b/ref-filter.c
index 73d8bfa86d..f2b078db11 100644
--- a/ref-filter.c
+++ b/ref-filter.c
@@ -1985,7 +1985,7 @@ static int for_each_fullref_in_pattern(struct ref_filter *filter,
* of oids. If the given ref is a tag, check if the given tag points
* at one of the oids in the given oid array.
* NEEDSWORK:
- * 1. Only a single level of inderection is obtained, we might want to
+ * 1. Only a single level of indirection is obtained, we might want to
* change this to account for multiple levels (e.g. annotated tags
* pointing to annotated tags pointing to a commit.)
* 2. As the refs are cached we might know what refname peels to without