summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;