clean: typofix
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
9b7cbb3159
commit
bef111d0a5
@ -321,7 +321,7 @@ static void print_highlight_menu_stuff(struct menu_stuff *stuff, int **chosen)
|
||||
|
||||
switch (stuff->type) {
|
||||
default:
|
||||
die("Bad type of menu_staff when print menu");
|
||||
die("Bad type of menu_stuff when print menu");
|
||||
case MENU_STUFF_TYPE_MENU_ITEM:
|
||||
menu_item = (struct menu_item *)stuff->stuff;
|
||||
for (i = 0; i < stuff->nr; i++, menu_item++) {
|
||||
|
Loading…
Reference in New Issue
Block a user