From 332b5e1c557ffabb8c97087a9e57af48d7d2bf3a Mon Sep 17 00:00:00 2001 From: Al Poole Date: Tue, 12 Sep 2017 16:27:03 +0100 Subject: [PATCH] debugpanel: previous commit typo. ugh sorry! --- src/bin/edi_debugpanel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/edi_debugpanel.c b/src/bin/edi_debugpanel.c index a4851b3..c59f77f 100644 --- a/src/bin/edi_debugpanel.c +++ b/src/bin/edi_debugpanel.c @@ -89,7 +89,7 @@ _debugpanel_stdout_handler(void *data EINA_UNUSED, int type EINA_UNUSED, void *e } idx++; } - /* We can forget the last line ihere as it's the prompt string */ + /* We can forget the last line here as it's the prompt string */ } return ECORE_CALLBACK_DONE;