summaryrefslogtreecommitdiff
path: root/env
diff options
context:
space:
mode:
authorThomas Bonnefille <[email protected]>2025-09-24 21:21:51 +0200
committerTom Rini <[email protected]>2025-10-04 12:15:57 -0600
commit3bbaa9dca65f7133ed54102126861ff4037d88cd (patch)
treebb053adfa3c610edfcee3c4e64cf5a01b5f2cabe /env
parent072264c4b3406aee50dad08355588577a547ab48 (diff)
env: fix typo in multiple Kconfig descriptions
%s/environemt/environment Signed-off-by: Thomas Bonnefille <[email protected]>
Diffstat (limited to 'env')
-rw-r--r--env/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/env/Kconfig b/env/Kconfig
index adea277470f..678f362c455 100644
--- a/env/Kconfig
+++ b/env/Kconfig
@@ -481,7 +481,7 @@ config ENV_IS_IN_UBI
config ENV_REDUNDANT
bool "Enable redundant environment support"
help
- Normally, the environemt is stored in a single location. By
+ Normally, the environment is stored in a single location. By
selecting this option, you can then define where to hold a redundant
copy of the environment data, so that there is a valid backup copy in
case there is a power failure during a "saveenv" operation.
@@ -497,7 +497,7 @@ config ENV_FAT_INTERFACE
Define this to a string that is the name of the block device.
config ENV_FAT_DEVICE_AND_PART
- string "Device and partition for where to store the environemt in FAT"
+ string "Device and partition for where to store the environment in FAT"
depends on ENV_IS_IN_FAT
default "0:1" if TI_COMMON_CMD_OPTIONS
default "0:auto" if ARCH_ZYNQ || ARCH_ZYNQMP || ARCH_VERSAL || ARCH_VERSAL_NET || ARCH_VERSAL2
@@ -545,7 +545,7 @@ config ENV_EXT4_INTERFACE
Define this to a string that is the name of the block device.
config ENV_EXT4_DEVICE_AND_PART
- string "Device and partition for where to store the environemt in EXT4"
+ string "Device and partition for where to store the environment in EXT4"
depends on ENV_IS_IN_EXT4
help
Define this to a string to specify the partition of the device. It can