From 24ebfffff54f5201f1503256df56717900e65e2d Mon Sep 17 00:00:00 2001
From: Antonio Borneo <borneo.antonio@gmail.com>
Date: Mon, 10 May 2010 17:07:28 +0800
Subject: NOR/TCL: fix typo in error message

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
---
 src/flash/nor/tcl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/flash/nor')

diff --git a/src/flash/nor/tcl.c b/src/flash/nor/tcl.c
index a6e942e0..ad218123 100644
--- a/src/flash/nor/tcl.c
+++ b/src/flash/nor/tcl.c
@@ -571,7 +571,7 @@ COMMAND_HANDLER(handle_flash_fill_command)
 		{
 			if (readback[i]!=chunk[i])
 			{
-				LOG_ERROR("Verfication error address 0x%08" PRIx32 ", read back 0x%02x, expected 0x%02x",
+				LOG_ERROR("Verification error address 0x%08" PRIx32 ", read back 0x%02x, expected 0x%02x",
 						  address + wrote + i, readback[i], chunk[i]);
 				retval = ERROR_FAIL;
 				goto done;
-- 
cgit v1.2.3