summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-12-22 12:43:48 -0800
committerJunio C Hamano <gitster@pobox.com>2014-12-22 12:43:48 -0800
commitbbcefffcea9789e4a1a2023a1c778e2c07db77a7 (patch)
tree2279bf3227349f68c370e80ce99cf1a8caafda80 /builtin
parent2c380e7a8da9bd9a4e40221e36cb68f756d49829 (diff)
parentc2e8e4b9da4d007b15faa2e3d407b2fd279f0572 (diff)
downloadgit-bbcefffcea9789e4a1a2023a1c778e2c07db77a7.tar.gz
Sync with maint
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin')
-rw-r--r--builtin/clean.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/clean.c b/builtin/clean.c
index 77846762b5..7e7fdcfe54 100644
--- a/builtin/clean.c
+++ b/builtin/clean.c
@@ -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++) {