summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-07-01 16:59:22 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-07-05 08:27:28 +0200
commita398a920b6847775c255e2a783c9562bd7227e43 (patch)
tree1a2315f47f0a6086b89954ef8468630db0c076f7
parent839f900ca2e64a03fe1a5d195bd28b8055c370eb (diff)
downloadbarebox-a398a920b6847775c255e2a783c9562bd7227e43.tar.gz
barebox-a398a920b6847775c255e2a783c9562bd7227e43.tar.xz
trivial: fix typos concerning "instead"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--commands/edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/edit.c b/commands/edit.c
index e851f0f483..a65b08acd2 100644
--- a/commands/edit.c
+++ b/commands/edit.c
@@ -399,7 +399,7 @@ static int do_edit(struct command * cmdtp, int argc, char *argv[])
if (argc != 2)
return COMMAND_ERROR_USAGE;
- /* check if we are called as "sedit" insted of "edit" */
+ /* check if we are called as "sedit" instead of "edit" */
if (*argv[0] == 's')
smartscroll = 1;