summary refs log tree commit diff
path: root/doc/cross-compilation.xml
diff options
context:
space:
mode:
authorLéo Gaspard <leo@gaspard.io>2018-04-27 22:14:16 +0200
committerLéo Gaspard <leo@gaspard.io>2018-04-27 22:14:16 +0200
commit876bbce48081a84c233a2d3da7dfbe659b136bf4 (patch)
tree311ba64bb1f457f78c5fa73470ca165b21965fb8 /doc/cross-compilation.xml
parent96fddac69122ab50fe04975cb4f85dff99d7b9f5 (diff)
downloadnixpkgs-876bbce48081a84c233a2d3da7dfbe659b136bf4.tar
nixpkgs-876bbce48081a84c233a2d3da7dfbe659b136bf4.tar.gz
nixpkgs-876bbce48081a84c233a2d3da7dfbe659b136bf4.tar.bz2
nixpkgs-876bbce48081a84c233a2d3da7dfbe659b136bf4.tar.lz
nixpkgs-876bbce48081a84c233a2d3da7dfbe659b136bf4.tar.xz
nixpkgs-876bbce48081a84c233a2d3da7dfbe659b136bf4.tar.zst
nixpkgs-876bbce48081a84c233a2d3da7dfbe659b136bf4.zip
doc: fix typo in cross-compilation docs
Diffstat (limited to 'doc/cross-compilation.xml')
-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>