Skip to content

Commit 5a923bb

Browse files
Martin Ågrengitster
authored andcommitted
list-objects-filter-options: fix function name in BUG
Fix the function name we give in the BUG message. It's "config", not "choice". Signed-off-by: Martin Ågren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 898f807 commit 5a923bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

list-objects-filter-options.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const char *list_object_filter_config_name(enum list_objects_filter_choice c)
3535
/* not a real filter type; just the count of all filters */
3636
break;
3737
}
38-
BUG("list_object_filter_choice_name: invalid argument '%d'", c);
38+
BUG("list_object_filter_config_name: invalid argument '%d'", c);
3939
}
4040

4141
/*

0 commit comments

Comments
 (0)