From: Vagrant Cascadian Date: Thu, 4 Jun 2020 17:42:01 +0000 (-0700) Subject: cmd: booti: Fix spelling of "environment". X-Git-Tag: v2020.10~152^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1896e365c385aee0d00f32d42ca5f905a8dac9e;p=platform%2Fkernel%2Fu-boot.git cmd: booti: Fix spelling of "environment". Signed-off-by: Vagrant Cascadian Reviewed-by: Simon Glass --- diff --git a/cmd/booti.c b/cmd/booti.c index ae37975..af0603b 100644 --- a/cmd/booti.c +++ b/cmd/booti.c @@ -141,7 +141,7 @@ static char booti_help_text[] = "\tspecifying the size of a RAW initrd.\n" "\tCurrently only booting from gz, bz2, lzma and lz4 compression\n" "\ttypes are supported. In order to boot from any of these compressed\n" - "\timages, user have to set kernel_comp_addr_r and kernel_comp_size enviornment\n" + "\timages, user have to set kernel_comp_addr_r and kernel_comp_size environment\n" "\tvariables beforehand.\n" #if defined(CONFIG_OF_LIBFDT) "\tSince booting a Linux kernel requires a flat device-tree, a\n"