config/global/extract.in
changeset 2564 5d4e91c0343e
parent 2484 d1a8c2ae7946
     1.1 --- a/config/global/extract.in	Tue May 31 16:27:39 2011 +0200
     1.2 +++ b/config/global/extract.in	Sun Jul 17 16:53:40 2011 +0200
     1.3 @@ -6,9 +6,9 @@
     1.4      bool
     1.5      prompt "Force extractions"
     1.6      help
     1.7 -      Force extraction of already exctracted tarballs.
     1.8 +      Force extraction of already extracted tarballs.
     1.9        
    1.10 -      Usefull if you suspect a previous extract did not complete (eg. broken
    1.11 +      Useful if you suspect a previous extract did not complete (eg. broken
    1.12        tarball), or you added a new set of patches for this component.
    1.13  
    1.14  config OVERIDE_CONFIG_GUESS_SUB
    1.15 @@ -37,7 +37,7 @@
    1.16      help
    1.17        Exit after unpacking and patching tarballs.
    1.18        
    1.19 -      Usefull to look at the code before doing the build itself.
    1.20 +      Useful to look at the code before doing the build itself.
    1.21  
    1.22  choice
    1.23      prompt "Patches origin"
    1.24 @@ -97,7 +97,7 @@
    1.25      help
    1.26        Don't use any patch at all.
    1.27        
    1.28 -      Please be carefull if you select this. Most components do require
    1.29 +      Please be careful if you select this. Most components do require
    1.30        patches to properly build. It can happen, however, that support for
    1.31        your architecture is clean enough that you can build a toolchain
    1.32        with no patch. But most probably, this is *not* the case.
    1.33 @@ -128,5 +128,5 @@
    1.34      help
    1.35        Enter the custom patch directory here.
    1.36        
    1.37 -      Note that you must ensure that the directory contianing your custom
    1.38 +      Note that you must ensure that the directory containing your custom
    1.39        patches is arranged the same way the official directory is.