@@ -481,7 +481,7 @@ config ENV_IS_IN_UBI
481481config ENV_REDUNDANT
482482 bool "Enable redundant environment support"
483483 help
484- Normally, the environemt is stored in a single location. By
484+ Normally, the environment is stored in a single location. By
485485 selecting this option, you can then define where to hold a redundant
486486 copy of the environment data, so that there is a valid backup copy in
487487 case there is a power failure during a "saveenv" operation.
@@ -497,7 +497,7 @@ config ENV_FAT_INTERFACE
497497 Define this to a string that is the name of the block device.
498498
499499config ENV_FAT_DEVICE_AND_PART
500- string "Device and partition for where to store the environemt in FAT"
500+ string "Device and partition for where to store the environment in FAT"
501501 depends on ENV_IS_IN_FAT
502502 default "0:1" if TI_COMMON_CMD_OPTIONS
503503 default "0:auto" if ARCH_ZYNQ || ARCH_ZYNQMP || ARCH_VERSAL || ARCH_VERSAL_NET || ARCH_VERSAL2
@@ -545,7 +545,7 @@ config ENV_EXT4_INTERFACE
545545 Define this to a string that is the name of the block device.
546546
547547config ENV_EXT4_DEVICE_AND_PART
548- string "Device and partition for where to store the environemt in EXT4"
548+ string "Device and partition for where to store the environment in EXT4"
549549 depends on ENV_IS_IN_EXT4
550550 help
551551 Define this to a string to specify the partition of the device. It can
0 commit comments