u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH] tools/image-host.c: Fix spelling of "expected".
@ 2021-09-28 17:11 Vagrant Cascadian
  2021-09-30  1:41 ` Simon Glass
  2021-10-13 14:16 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Vagrant Cascadian @ 2021-09-28 17:11 UTC (permalink / raw)
  To: u-boot
  Cc: Vagrant Cascadian, Alexandru Gagniuc, Heinrich Schuchardt,
	Ming Liu, Philippe Reynes, Simon Glass

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
---

 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-13 14:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-28 17:11 [PATCH] tools/image-host.c: Fix spelling of "expected" Vagrant Cascadian
2021-09-30  1:41 ` Simon Glass
2021-10-13 14:16 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).