Skip to content

Commit bef111d

Browse files
0xAXgitster
authored andcommitted
clean: typofix
Signed-off-by: Alexander Kuleshov <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9b7cbb3 commit bef111d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/clean.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ static void print_highlight_menu_stuff(struct menu_stuff *stuff, int **chosen)
321321

322322
switch (stuff->type) {
323323
default:
324-
die("Bad type of menu_staff when print menu");
324+
die("Bad type of menu_stuff when print menu");
325325
case MENU_STUFF_TYPE_MENU_ITEM:
326326
menu_item = (struct menu_item *)stuff->stuff;
327327
for (i = 0; i < stuff->nr; i++, menu_item++) {

0 commit comments

Comments
 (0)