docs/2 - Installing crosstool-NG.txt
changeset 2564 5d4e91c0343e
parent 2563 e17f35b05539
child 2834 0a0410dd0cb0
child 2912 6467c949c91c
     1.1 --- a/docs/2 - Installing crosstool-NG.txt	Sun Jul 17 16:54:50 2011 +0200
     1.2 +++ b/docs/2 - Installing crosstool-NG.txt	Sun Jul 17 16:53:40 2011 +0200
     1.3 @@ -13,7 +13,7 @@
     1.4   - or only build it and run from the source directory.
     1.5  
     1.6  The former should be used if you got crosstool-NG from a packaged tarball, see
     1.7 -"Install method", below, while the latter is most useful for developpers that
     1.8 +"Install method", below, while the latter is most useful for developers that
     1.9  use a clone of the repository, and want to submit patches, see "The Hacker's
    1.10  way", below.
    1.11  
    1.12 @@ -50,7 +50,7 @@
    1.13  See below for complete usage.
    1.14  
    1.15  Now, provided you used a clone of the repository, you can send me your changes.
    1.16 -See the section titled CONTRIBUTING, below, for how to submit changees.
    1.17 +See the section titled CONTRIBUTING, below, for how to submit changes.
    1.18  
    1.19  
    1.20  Preparing for packaging |
    1.21 @@ -82,12 +82,12 @@
    1.22  Contributed code |
    1.23  -----------------+
    1.24  
    1.25 -Some people contibuted code that couldn't get merged for various reasons. This
    1.26 +Some people contributed code that couldn't get merged for various reasons. This
    1.27  code is available as lzma-compressed patches, in the contrib/ sub-directory.
    1.28  These patches are to be applied to the source of crosstool-NG, prior to
    1.29  installing, using something like the following:
    1.30    lzcat contrib/foobar.patch.lzma |patch -p1
    1.31  
    1.32 -There is no guarantee that a particuliar contribution applies to the current
    1.33 +There is no guarantee that a particular contribution applies to the current
    1.34  version of crosstool-ng, or that it will work at all. Use contributions at
    1.35  your own risk.