From 1f4953c23fa88e055e3efbb4ae3b1c7055434529 Mon Sep 17 00:00:00 2001 From: Grzegorz Daniluk <grzegorz.daniluk@cern.ch> Date: Wed, 13 Nov 2013 16:28:48 +0100 Subject: [PATCH] shell/shell.c: correct typo --- shell/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/shell.c b/shell/shell.c index 9b9273a..a7d3537 100644 --- a/shell/shell.c +++ b/shell/shell.c @@ -107,7 +107,7 @@ static int _shell_exec() if (!strcasecmp(p->name, tokptr[0])) { rv = p->exec((const char **)(tokptr + 1)); if (rv < 0) - mprintf("Coomand \"%s\": error %d\n", + mprintf("Command \"%s\": error %d\n", p->name, rv); return rv; } -- GitLab