docs: fix typos in manpage
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Wed Jul 17 08:25:42 2013 +0200 (2013-07-17)
changeset 32244e9c41579ebd
parent 3223 58ca31386bfb
child 3225 dcdc595a23c8
docs: fix typos in manpage

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Message-Id: <62dedb0618a46bf0743f.1374042342@BEANTN0L019720>
Patchwork-Id: 259600
docs/ct-ng.1.in
     1.1 --- a/docs/ct-ng.1.in	Wed Jul 10 12:40:21 2013 +0100
     1.2 +++ b/docs/ct-ng.1.in	Wed Jul 17 08:25:42 2013 +0200
     1.3 @@ -22,7 +22,7 @@
     1.4  .B crosstool-NG
     1.5  makes it easy to build cross-toolchains, and allows you to take all the juice
     1.6  out of your target by configuring the different components of the toolchain
     1.7 -accordingly to the targeted processor.
     1.8 +according to the targeted processor.
     1.9  ."
    1.10  ."
    1.11  .SH ACTIONS
    1.12 @@ -62,10 +62,10 @@
    1.13  .TP
    1.14  .B defconfig
    1.15  Save the current configuration to a mini-defconfig file, that contains only
    1.16 -the strictly required symbols to reproduce the configuraiton. defconfig files
    1.17 +the strictly required symbols to reproduce the configuration. defconfig files
    1.18  are much smaller than a complete .config, so it is easy to send by mail. As
    1.19  only non-default symbols are present in a defconfig, it easy to spot the
    1.20 -meaningfull values. Also, it is easy to use defconfig files with newer
    1.21 +meaningful values. Also, it is easy to use defconfig files with newer
    1.22  versions of
    1.23  .BR crosstool-NG .
    1.24  By default the mini-defconfig is saved to a file named
    1.25 @@ -92,11 +92,11 @@
    1.26  .B crosstool-NG
    1.27  using a mini-defconfig file (previously saved with
    1.28  .B defconfig
    1.29 -or manually edited). The default mini-defconfig is rad from the file
    1.30 +or manually edited). The default mini-defconfig is read from the file
    1.31  .IR defconfig ,
    1.32 -unless the vraiable
    1.33 +unless the variable
    1.34  .B $DEFCONFIG
    1.35 -is set, inwhich case the mini-defconfig will be read from the file referenced
    1.36 +is set, in which case the mini-defconfig will be read from the file referenced
    1.37  by
    1.38  .B $DEFCONFIG
    1.39  ."
    1.40 @@ -162,9 +162,9 @@
    1.41  ."
    1.42  .SH BUGS
    1.43  As of today (@@CT_DATE@@), building tarballs is broken. It is difficult to
    1.44 -foresee how every parts of
    1.45 +foresee how all parts of
    1.46  .B crosstool-NG
    1.47 -are going to be installed. Each parts is needed to build a tarball, as it
    1.48 +are going to be installed. Each part is needed to build a tarball, as it
    1.49  contains all that is needed to rebuild the toolchain from scratch: toolchain
    1.50  components' sources,
    1.51  .B crosstool-NG