From 33a17fd35995a7f679f92600055a8f55ae380022 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 17 Mar 2011 03:22:12 +0100 Subject: Fix a bunch of typos. Fix a bunch of typos. Most are in code comments, so nothing should break. UNKOWN_COMMAND and CMD_UNKOWN are not used elsewhere, so correcting the spelling should also not break anything. --- src/flash/nor/at91sam3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash/nor/at91sam3.c') diff --git a/src/flash/nor/at91sam3.c b/src/flash/nor/at91sam3.c index f895935f..0b71e819 100644 --- a/src/flash/nor/at91sam3.c +++ b/src/flash/nor/at91sam3.c @@ -2684,7 +2684,7 @@ showall: (0 == strcmp("clear", CMD_ARGV[0]))) { // quietly accept both r = FLASHD_ClrGPNVM(&(pChip->details.bank[0]), who); } else { - command_print(CMD_CTX, "Unkown command: %s", CMD_ARGV[0]); + command_print(CMD_CTX, "Unknown command: %s", CMD_ARGV[0]); r = ERROR_COMMAND_SYNTAX_ERROR; } return r; -- cgit v1.2.3