Skip to content

Commit 7834cc3

Browse files
committed
Merge branch 'ak/refs-symref-referent-typofix'
Typofix. * ak/refs-symref-referent-typofix: ref-filter: fix a typo
2 parents 78ce666 + 2065295 commit 7834cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ref-filter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2385,7 +2385,7 @@ static int populate_value(struct ref_array_item *ref, struct strbuf *err)
23852385
CALLOC_ARRAY(ref->value, used_atom_cnt);
23862386

23872387
/**
2388-
* NEEDSWORK: The following code might be unncessary if all codepaths
2388+
* NEEDSWORK: The following code might be unnecessary if all codepaths
23892389
* that call populate_value() populates the symref member of ref_array_item
23902390
* like in apply_ref_filter(). Currently pretty_print_ref() is the only codepath
23912391
* that calls populate_value() without first populating symref.

0 commit comments

Comments
 (0)