From f2bfcf98a150ea3da1fe6748e79ed74f8c44439d Mon Sep 17 00:00:00 2001 From: Steffen Trumtrar Date: Wed, 13 Jun 2012 19:27:46 +0200 Subject: common: fix typo cammand_var_complete Change function name to command_var_complete in all calls and its declaration. Signed-off-by: Steffen Trumtrar Signed-off-by: Sascha Hauer --- common/complete.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/complete.c') 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; } -- cgit v1.2.3