summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorIvan Kozik <ivan@ludios.org>2013-08-11 10:47:09 +0000
committerIvan Kozik <ivan@ludios.org>2013-08-11 10:55:53 +0000
commit1866619acc6bb163e4cc60b37333e9119a30a226 (patch)
tree4afd31319c43e94df80fefb4181d11c290f43fc8 /maintainers
parentd068505b2f2c00f9a2491f2d648b302e30f025e3 (diff)
downloadnixpkgs-1866619acc6bb163e4cc60b37333e9119a30a226.tar
nixpkgs-1866619acc6bb163e4cc60b37333e9119a30a226.tar.gz
nixpkgs-1866619acc6bb163e4cc60b37333e9119a30a226.tar.bz2
nixpkgs-1866619acc6bb163e4cc60b37333e9119a30a226.tar.lz
nixpkgs-1866619acc6bb163e4cc60b37333e9119a30a226.tar.xz
nixpkgs-1866619acc6bb163e4cc60b37333e9119a30a226.tar.zst
nixpkgs-1866619acc6bb163e4cc60b37333e9119a30a226.zip
Fix a few typos
Diffstat (limited to 'maintainers')
-rw-r--r--maintainers/docs/cross.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/maintainers/docs/cross.txt b/maintainers/docs/cross.txt
index 32e09086b87..9c117774fc4 100644
--- a/maintainers/docs/cross.txt
+++ b/maintainers/docs/cross.txt
@@ -41,7 +41,7 @@ NB:
 
 Keep in mind that many programs are not very well suited for cross
 compilation. Either they are not intended to run on other platforms,
-because the code is highly platform specific, or the configuration proces
+because the code is highly platform specific, or the configuration process
 is not written with cross compilation in mind.
 
 Nix will not solve these problems for you!
@@ -290,7 +290,7 @@ this compiler and verified to be working on a HP Jornada 820 running Linux
 are "patch", "make" and "wget".
 
 If we want to build C++ programs it gets a lot more difficult. GCC has a
-three step compilation proces. In the first step a simple compiler, called
+three step compilation process. In the first step a simple compiler, called
 xgcc, that can compile only C programs is built. With that compiler it
 compiles itself two more times: one time to build a full compiler, and another
 time to build a full compiler once again with the freshly built compiler from
@@ -318,7 +318,7 @@ with compilation flags. This is still work in progress for Nix.
 
 ---
 
-After succesfully completing the whole toolchain you can start building
+After successfully completing the whole toolchain you can start building
 packages with the newly built tools. To make everything build correctly
 you will need a stdenv for your target platform. Setting up this platform
 will take some effort. Right now there is a very experimental setup for