From a398a920b6847775c255e2a783c9562bd7227e43 Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Thu, 1 Jul 2010 16:59:22 +0200 Subject: trivial: fix typos concerning "instead" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Uwe Kleine-König Signed-off-by: Sascha Hauer --- commands/edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3