summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-07-02 10:59:30 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-07-02 10:59:30 +0200
commit6e4b15537b522fc6d393d664c12f40b4a00b5ef6 (patch)
treedc6dde42fe31820cd86719ed1d0c3e20983dff6b /common
parentdd3c898d06a55a4c6fe94dae3f732a541e983432 (diff)
parenta0b061147767c16eb443f510b7424e03d2f07209 (diff)
downloadbarebox-6e4b15537b522fc6d393d664c12f40b4a00b5ef6.tar.gz
barebox-6e4b15537b522fc6d393d664c12f40b4a00b5ef6.tar.xz
Merge branch 'for-next/misc'
Diffstat (limited to 'common')
-rw-r--r--common/complete.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/complete.c b/common/complete.c
index 0780888cae..4370b20804 100644
--- a/common/complete.c
+++ b/common/complete.c
@@ -198,7 +198,7 @@ int empty_complete(struct string_list *sl, char *instr)
return COMPLETE_END;
}
-int cammand_var_complete(struct string_list *sl, char *instr)
+int command_var_complete(struct string_list *sl, char *instr)
{
return COMPLETE_CONTINUE;
}