9
0
Fork 0

complete: eth typo fix

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2012-05-02 04:18:49 +02:00 committed by Sascha Hauer
parent e4e3fbd22b
commit d5d96ca6c3
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ int eth_complete(struct string_list *sl, char *instr)
string_list_add_asprintf(sl, "%s ", devname);
}
return COMPLETE_CONTNINUE;
return COMPLETE_CONTINUE;
}
#endif