summaryrefslogtreecommitdiffstats
path: root/commands/go.c
diff options
context:
space:
mode:
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>2012-06-13 19:27:46 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-06-30 12:47:04 +0200
commitf2bfcf98a150ea3da1fe6748e79ed74f8c44439d (patch)
treef6adfdfa8e185f0440628d5c3d396991eaff6c15 /commands/go.c
parenta6e358b2f5b219fda18a7bc9348cb969043c19d5 (diff)
downloadbarebox-f2bfcf98a150ea3da1fe6748e79ed74f8c44439d.tar.gz
barebox-f2bfcf98a150ea3da1fe6748e79ed74f8c44439d.tar.xz
common: fix typo cammand_var_complete
Change function name to command_var_complete in all calls and its declaration. Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/go.c')
-rw-r--r--commands/go.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/go.c b/commands/go.c
index e9e9d40dbe..14569a52e5 100644
--- a/commands/go.c
+++ b/commands/go.c
@@ -92,5 +92,5 @@ BAREBOX_CMD_START(go)
.cmd = do_go,
.usage = "start application at address or file",
BAREBOX_CMD_HELP(cmd_go_help)
- BAREBOX_CMD_COMPLETE(cammand_var_complete)
+ BAREBOX_CMD_COMPLETE(command_var_complete)
BAREBOX_CMD_END