git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] clean: typo fixed
@ 2014-12-19  8:37 Alexander Kuleshov
  2014-12-22 17:57 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Kuleshov @ 2014-12-19  8:37 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, Alexander Kuleshov

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
---
 builtin/clean.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builtin/clean.c b/builtin/clean.c
index 7784676..7e7fdcf 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++) {
-- 
2.2.0.66.gda9d48c.dirty

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] clean: typo fixed
  2014-12-19  8:37 [PATCH 1/1] clean: typo fixed Alexander Kuleshov
@ 2014-12-22 17:57 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2014-12-22 17:57 UTC (permalink / raw)
  To: Alexander Kuleshov; +Cc: git

Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-22 17:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-19  8:37 [PATCH 1/1] clean: typo fixed Alexander Kuleshov
2014-12-22 17:57 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).