From 60a9aebdc3a77bfd00391992a3b8b722c73c4618 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Andrius=20=C5=A0tikonas?= <andrius@stikonas.eu>
Date: Mon, 23 Sep 2019 22:43:41 +0100
Subject: [PATCH] Kconfig: fix a typo in the description of bmp command.
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

Signed-off-by: Andrius Å tikonas <andrius@stikonas.eu>
---
 cmd/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/Kconfig b/cmd/Kconfig
index 8fcb1b8474..4e61565aab 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1517,7 +1517,7 @@ config CMD_BMP
 	bool "Enable 'bmp' command"
 	depends on LCD || DM_VIDEO || VIDEO
 	help
-	  This provides a way to obtain information about a BMP-format iamge
+	  This provides a way to obtain information about a BMP-format image
 	  and to display it. BMP (which presumably stands for BitMaP) is a
 	  file format defined by Microsoft which supports images of various
 	  depths, formats and compression methods. Headers on the file
-- 
2.39.5