From: Andrius Štikonas Date: Mon, 23 Sep 2019 21:43:41 +0000 (+0100) Subject: Kconfig: fix a typo in the description of bmp command. X-Git-Tag: v2019.10~4^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=60a9aebdc3a77bfd00391992a3b8b722c73c4618;p=oweals%2Fu-boot.git Kconfig: fix a typo in the description of bmp command. Signed-off-by: Andrius Štikonas --- 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