summaryrefslogtreecommitdiffstats
path: root/common/hush.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-04-04 15:23:22 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-05-21 21:38:21 +0200
commitfe85ff47611d91a80223adc48d251bf555913a1b (patch)
tree935186c4099fc40d64c6f56d8739c46125b789af /common/hush.c
parent66f6e99a39ed9e7b950a4d7909da65d4d147ce03 (diff)
downloadbarebox-fe85ff47611d91a80223adc48d251bf555913a1b.tar.gz
barebox-fe85ff47611d91a80223adc48d251bf555913a1b.tar.xz
treewide: Fix typo seperate -> separate
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/hush.c')
-rw-r--r--common/hush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/hush.c b/common/hush.c
index b5e111a019..a3235ba19f 100644
--- a/common/hush.c
+++ b/common/hush.c
@@ -1959,7 +1959,7 @@ BAREBOX_CMD_START(getopt)
BAREBOX_CMD_END
#endif
-BAREBOX_MAGICVAR(PATH, "colon seperated list of pathes to search for executables");
+BAREBOX_MAGICVAR(PATH, "colon separated list of pathes to search for executables");
#ifdef CONFIG_HUSH_FANCY_PROMPT
BAREBOX_MAGICVAR(PS1, "hush prompt");
#endif