aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/stellaris.c
diff options
context:
space:
mode:
authorLuca Bruno <lucab@debian.org>2011-07-10 16:58:31 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-07-10 17:00:57 +0200
commit898dd3af46e76fb195c6894f54e9bc9272375ffb (patch)
treeb72056880d52719347575be95252a492da73603f /src/flash/nor/stellaris.c
parentac43d7a69fca52df1ad287b51c44013653ad2f61 (diff)
Fix typo in command output
Fix a bunch of minor typo in user facing output. Signed-off-by: Luca Bruno <lucab@debian.org>
Diffstat (limited to 'src/flash/nor/stellaris.c')
-rw-r--r--src/flash/nor/stellaris.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nor/stellaris.c b/src/flash/nor/stellaris.c
index e57943cd..89cc8ef0 100644
--- a/src/flash/nor/stellaris.c
+++ b/src/flash/nor/stellaris.c
@@ -783,7 +783,7 @@ static int stellaris_protect(struct flash_bank *bank, int set, int first, int la
if (!set)
{
- LOG_ERROR("Hardware doesn't suppport page-level unprotect. "
+ LOG_ERROR("Hardware doesn't support page-level unprotect. "
"Try the 'recover' command.");
return ERROR_INVALID_ARGUMENTS;
}