From 2c6bcab6e6e11030611b785d5bad50484424b128 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 28 Sep 2021 10:11:46 -0700 Subject: tools/image-host.c: Fix spelling of "expected". Signed-off-by: Vagrant Cascadian Reviewed-by: Simon Glass --- tools/image-host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/image-host.c') diff --git a/tools/image-host.c b/tools/image-host.c index d3a882e..a6b0a94 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; } -- cgit v1.1