summaryrefslogtreecommitdiff
path: root/config/global/extract.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/global/extract.in')
-rw-r--r--config/global/extract.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/global/extract.in b/config/global/extract.in
index 3f45ec0..2599faa 100644
--- a/config/global/extract.in
+++ b/config/global/extract.in
@@ -6,9 +6,9 @@ config FORCE_EXTRACT
bool
prompt "Force extractions"
help
- Force extraction of already exctracted tarballs.
+ Force extraction of already extracted tarballs.
- Usefull if you suspect a previous extract did not complete (eg. broken
+ Useful if you suspect a previous extract did not complete (eg. broken
tarball), or you added a new set of patches for this component.
config OVERIDE_CONFIG_GUESS_SUB
@@ -37,7 +37,7 @@ config ONLY_EXTRACT
help
Exit after unpacking and patching tarballs.
- Usefull to look at the code before doing the build itself.
+ Useful to look at the code before doing the build itself.
choice
prompt "Patches origin"
@@ -97,7 +97,7 @@ config PATCH_NONE
help
Don't use any patch at all.
- Please be carefull if you select this. Most components do require
+ Please be careful if you select this. Most components do require
patches to properly build. It can happen, however, that support for
your architecture is clean enough that you can build a toolchain
with no patch. But most probably, this is *not* the case.
@@ -128,5 +128,5 @@ config LOCAL_PATCH_DIR
help
Enter the custom patch directory here.
- Note that you must ensure that the directory contianing your custom
+ Note that you must ensure that the directory containing your custom
patches is arranged the same way the official directory is.