From: Vagrant Cascadian Date: Tue, 8 Jan 2019 21:10:23 +0000 (-0800) Subject: Fix typo: missmatched -> mismatched. X-Git-Tag: archive/raspbian/2020.07+dfsg-2+rpi1^2^2^2^2^2^2^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=63720b2d31347c9e01136ae7ed15ace7ef2e42a3;p=u-boot.git Fix typo: missmatched -> mismatched. Signed-off-by: Vagrant Cascadian Reviewed-by: Peng Fan Gbp-Pq: Topic upstream Gbp-Pq: Name 0001-Fix-typo-missmatched-mismatched.patch --- diff --git a/tools/imx8image.c b/tools/imx8image.c index 0d856b9d9..435f308b9 100644 --- a/tools/imx8image.c +++ b/tools/imx8image.c @@ -674,7 +674,7 @@ static int get_container_image_start_pos(image_t *image_stack, uint32_t align) fclose(fd); if (header.tag != IVT_HEADER_TAG_B0) { - fprintf(stderr, "header tag missmatched \n"); + fprintf(stderr, "header tag mismatched \n"); exit(EXIT_FAILURE); } else { file_off +=