summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2020-01-29 13:05:46 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-02-04 09:56:14 +0100
commit7e71b84fbd4138ab4bb13edab21e44c3a5bb17ba (patch)
tree5e463c68949559df542e1b3590ff6d776844e59c /config
parenta96bef1d73dbc5a6e9afbe873fb2669ebbeef880 (diff)
downloadptxdist-7e71b84fbd4138ab4bb13edab21e44c3a5bb17ba.tar.gz
ptxdist-7e71b84fbd4138ab4bb13edab21e44c3a5bb17ba.tar.xz
kconfig: fix typos in diverse menu files
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'config')
-rw-r--r--config/setup/Kconfig18
1 files changed, 9 insertions, 9 deletions
diff --git a/config/setup/Kconfig b/config/setup/Kconfig
index 28c2ce2c4..3da0f5827 100644
--- a/config/setup/Kconfig
+++ b/config/setup/Kconfig
@@ -19,14 +19,14 @@ config SETUP_USER_NAME
string
default ""
help
- Full name of the user. Used as default in 'ptxdist newpackage'
+ Full name of the user. Used as default in 'ptxdist newpackage'.
config SETUP_USER_EMAIL
prompt "eMail"
string
default ""
help
- eMail address of the user. Used as default in 'ptxdist newpackage'
+ eMail address of the user. Used as default in 'ptxdist newpackage'.
endmenu
@@ -104,7 +104,7 @@ config SETUP_PTXMIRROR_ONLY
prompt "Only use PTXdist Mirror to download packages"
help
Set this to y if you only want to download packages from
- PTXCONF_SETUP_PTXMIRROR
+ PTXCONF_SETUP_PTXMIRROR.
endif
@@ -122,7 +122,7 @@ config SETUP_URL_WHITELIST
prompt "URL Whitelist"
help
A space separated list of URLs. Any download URL that starts with
- one of the here specified URLs will always be used. This
+ one of the URLs specified here will always be used. This
overwrites the 'only use PTXdist Mirror' feature for these URLs.
endif # SETUP_PTXMIRROR_ONLY
@@ -262,8 +262,8 @@ config SETUP_DISABLE_REPRODUCIBLE
config SETUP_ENV_WHITELIST
string "environment variable whitelist (space separated)"
help
- PTXdist clears the environment by default. Specify here a
- space separated list of environment variables to preserve.
+ PTXdist clears the environment by default. Specify a space
+ separated list of environment variables to preserve here.
config SETUP_COMMON_CACHE
@@ -282,7 +282,7 @@ config SETUP_GEN_DEP_TREE
help
PTXdist has the feature to generate graphs to illustrate the
dependencies to build a root file system. This information
- if probably only interesting for hard core developers or
+ is probably only interesting for hard core developers or
marketing guys, you probably don't want it.
BTW: you need to install the 'dot' program of the
@@ -292,7 +292,7 @@ config SETUP_GEN_DEP_TREE
config SETUP_CHECK_EXIT_ON_ERROR
bool "enable exit on error"
help
- Use bash' "set -e" feature within ptxdist. Which enables
+ Use bash's "set -e" feature within ptxdist which enables
quite aggressive error checking. Don't turn this on until
you know what you're doing.
@@ -313,7 +313,7 @@ config SETUP_ICECC_CREATE_ENV
default "/usr/lib/icecc/icecc-create-env"
prompt "icecc-create-env path"
help
- The full path to icecc-create-env
+ The full path to icecc-create-env.
endif