From: Vagrant Cascadian Date: Tue, 8 Jan 2019 21:10:23 +0000 (-0800) Subject: Fix typo: missmatched -> mismatched. X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=bb5835bc018dc8d7cc4d7abf0ef0521be5093985;p=project%2Fbcm63xx%2Fu-boot.git Fix typo: missmatched -> mismatched. Signed-off-by: Vagrant Cascadian Reviewed-by: Peng Fan --- diff --git a/tools/imx8image.c b/tools/imx8image.c index 0d856b9d94..435f308b99 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 +=