Re: [PATCH] tools/image-host.c: Fix spelling of "expected".

2021-10-13 Thread Tom Rini
On Tue, Sep 28, 2021 at 10:11:46AM -0700, Vagrant Cascadian wrote:

> Signed-off-by: Vagrant Cascadian 
> Reviewed-by: Simon Glass 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Re: [PATCH] tools/image-host.c: Fix spelling of "expected".

2021-09-29 Thread Simon Glass
On Tue, 28 Sept 2021 at 11:12, Vagrant Cascadian  wrote:
>
> Signed-off-by: Vagrant Cascadian 
> ---
>
>  tools/image-host.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Simon Glass 


[PATCH] tools/image-host.c: Fix spelling of "expected".

2021-09-28 Thread Vagrant Cascadian
Signed-off-by: Vagrant Cascadian 
---

 tools/image-host.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/image-host.c b/tools/image-host.c
index d3a882ec29..a6b0a94420 100644
--- a/tools/image-host.c
+++ b/tools/image-host.c
@@ -313,7 +313,7 @@ static int fit_image_read_data(char *filename, unsigned 
char *data,
 
/* Check that we have read all the file */
if (n != sbuf.st_size) {
-   printf("Can't read all file %s (read %zd bytes, expexted 
%lld)\n",
+   printf("Can't read all file %s (read %zd bytes, expected 
%lld)\n",
   filename, n, (long long)sbuf.st_size);
goto err;
}
-- 
2.30.2