diff options
author | Junio C Hamano <gitster@pobox.com> | 2024-09-25 19:37:12 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-09-25 19:37:12 +0200 |
commit | 7834cc321294cec6dafb91dc6e9485a9d65742ff (patch) | |
tree | d7f61b58cc4eea8e1ece37d1a25cb87aaaacaf37 | |
parent | Merge branch 'ak/typofix-2.46-maint' (diff) | |
parent | ref-filter: fix a typo (diff) | |
download | git-7834cc321294cec6dafb91dc6e9485a9d65742ff.tar.xz git-7834cc321294cec6dafb91dc6e9485a9d65742ff.zip |
Merge branch 'ak/refs-symref-referent-typofix'
Typofix.
* ak/refs-symref-referent-typofix:
ref-filter: fix a typo
-rw-r--r-- | ref-filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ref-filter.c b/ref-filter.c index fce96d7739..dd195007ce 100644 --- a/ref-filter.c +++ b/ref-filter.c @@ -2385,7 +2385,7 @@ static int populate_value(struct ref_array_item *ref, struct strbuf *err) CALLOC_ARRAY(ref->value, used_atom_cnt); /** - * NEEDSWORK: The following code might be unncessary if all codepaths + * NEEDSWORK: The following code might be unnecessary if all codepaths * that call populate_value() populates the symref member of ref_array_item * like in apply_ref_filter(). Currently pretty_print_ref() is the only codepath * that calls populate_value() without first populating symref. |