summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2018-04-27 22:31:46 +0200
committerGitHub <noreply@github.com>2018-04-27 22:31:46 +0200
commit7b75efa231e6e68c8e08d3f3eebff8ab30986ede (patch)
tree6555107d6a950c2f5953ba923a68206be5bab8fd /doc
parentab6b47d06004e8d63396cec7abe9e803437efde7 (diff)
parent876bbce48081a84c233a2d3da7dfbe659b136bf4 (diff)
downloadnixpkgs-7b75efa231e6e68c8e08d3f3eebff8ab30986ede.tar
nixpkgs-7b75efa231e6e68c8e08d3f3eebff8ab30986ede.tar.gz
nixpkgs-7b75efa231e6e68c8e08d3f3eebff8ab30986ede.tar.bz2
nixpkgs-7b75efa231e6e68c8e08d3f3eebff8ab30986ede.tar.lz
nixpkgs-7b75efa231e6e68c8e08d3f3eebff8ab30986ede.tar.xz
nixpkgs-7b75efa231e6e68c8e08d3f3eebff8ab30986ede.tar.zst
nixpkgs-7b75efa231e6e68c8e08d3f3eebff8ab30986ede.zip
Merge pull request #39623 from Ekleog/doc-typo
doc: fix typo in cross-compilation docs
Diffstat (limited to 'doc')
-rw-r--r--doc/cross-compilation.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cross-compilation.xml b/doc/cross-compilation.xml
index 10e4706b059..0b2b85aeeef 100644
--- a/doc/cross-compilation.xml
+++ b/doc/cross-compilation.xml
@@ -75,7 +75,7 @@
             An example of such a tool is LLVM.
           </para>
           <para>
-            Although the existance of a "target platfom" is arguably a historical mistake, it is a common one: examples of tools that suffer from it are GCC, Binutils, GHC and Autoconf.
+            Although the existence of a "target platfom" is arguably a historical mistake, it is a common one: examples of tools that suffer from it are GCC, Binutils, GHC and Autoconf.
             Nixpkgs tries to avoid sharing in the mistake where possible.
             Still, because the concept of a target platform is so ingrained, it is best to support it as is.
           </para>