diff options
author | Alexander Kuleshov <kuleshovmail@gmail.com> | 2014-12-19 14:37:47 +0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-12-22 09:57:42 -0800 |
commit | bef111d0a5e4b5dcac07f92b0fc918bb31184066 (patch) | |
tree | 44d71276b5444299d7489e7c3a8b0e3b06bb7ac2 /builtin/clean.c | |
parent | 9b7cbb315923e61bb0c4297c701089f30e116750 (diff) | |
download | git-bef111d0a5e4b5dcac07f92b0fc918bb31184066.tar.gz |
clean: typofix
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/clean.c')
-rw-r--r-- | builtin/clean.c | 2 |
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++) { |