Fix typo in command output
Fix a bunch of minor typo in user facing output. Signed-off-by: Luca Bruno <lucab@debian.org>
This commit is contained in:
committed by
Øyvind Harboe
parent
ac43d7a69f
commit
898dd3af46
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user