summaryrefslogtreecommitdiff
path: root/docs/2 - Installing crosstool-NG.txt
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-07-17 14:53:40 (GMT)
committerAntony N. Pavlov" <antony@niisi.msk.ru>2011-07-17 14:53:40 (GMT)
commitc009897aeec4ac3265498664937b2b86870b9984 (patch)
tree046538459cc0fffed04c7483331db2bd0a76ab35 /docs/2 - Installing crosstool-NG.txt
parent30ad622618504b5801ae06a4f28ebd0d10655648 (diff)
misc: fix more typos here and there...
Reported-by: "Antony N. Pavlov" <antony@niisi.msk.ru> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'docs/2 - Installing crosstool-NG.txt')
-rw-r--r--docs/2 - Installing crosstool-NG.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/2 - Installing crosstool-NG.txt b/docs/2 - Installing crosstool-NG.txt
index 1f85c7b..69909fe 100644
--- a/docs/2 - Installing crosstool-NG.txt
+++ b/docs/2 - Installing crosstool-NG.txt
@@ -13,7 +13,7 @@ There are two ways you can use crosstool-NG:
- or only build it and run from the source directory.
The former should be used if you got crosstool-NG from a packaged tarball, see
-"Install method", below, while the latter is most useful for developpers that
+"Install method", below, while the latter is most useful for developers that
use a clone of the repository, and want to submit patches, see "The Hacker's
way", below.
@@ -50,7 +50,7 @@ Stay in the directory holding the sources, and run:
See below for complete usage.
Now, provided you used a clone of the repository, you can send me your changes.
-See the section titled CONTRIBUTING, below, for how to submit changees.
+See the section titled CONTRIBUTING, below, for how to submit changes.
Preparing for packaging |
@@ -82,12 +82,12 @@ To install the shell script fragment, you have two options:
Contributed code |
-----------------+
-Some people contibuted code that couldn't get merged for various reasons. This
+Some people contributed code that couldn't get merged for various reasons. This
code is available as lzma-compressed patches, in the contrib/ sub-directory.
These patches are to be applied to the source of crosstool-NG, prior to
installing, using something like the following:
lzcat contrib/foobar.patch.lzma |patch -p1
-There is no guarantee that a particuliar contribution applies to the current
+There is no guarantee that a particular contribution applies to the current
version of crosstool-ng, or that it will work at all. Use contributions at
your own risk.