docs/4 - Building the toolchain.txt
changeset 2612 a52574521bea
parent 2563 e17f35b05539
child 2908 dcdb309b7967
     1.1 --- a/docs/4 - Building the toolchain.txt	Sun Jul 17 16:54:50 2011 +0200
     1.2 +++ b/docs/4 - Building the toolchain.txt	Thu Aug 18 16:05:48 2011 +0200
     1.3 @@ -129,7 +129,7 @@
     1.4  that it does not work on host systems that lack a shell, for example the
     1.5  MingW32 environment. To solve the issue, the wrapper has been re-written in C,
     1.6  and compiled at build time. This C wrapper is much more complex than the shell
     1.7 -script, and although it sems to be working, it's been only lightly tested.
     1.8 +script, and although it seems to be working, it's been only lightly tested.
     1.9  Some of the expected short-comings with this C wrapper are;
    1.10   - multi-byte file names may not be handled correctly
    1.11   - it's really big for what it does