summary refs log tree commit diff
path: root/doc/cross-compilation.xml
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-01-11 16:25:47 +0000
committerJörg Thalheim <joerg@thalheim.io>2018-01-11 16:26:30 +0000
commitbb9bcfa2955226b368dab5f07107e02ab65c975a (patch)
tree4f5d45fd9bc7df3a673ad8410f93586289bbb453 /doc/cross-compilation.xml
parentdd4272cb98891170cf65dadaefaf5723ae332085 (diff)
downloadnixlib-bb9bcfa2955226b368dab5f07107e02ab65c975a.tar
nixlib-bb9bcfa2955226b368dab5f07107e02ab65c975a.tar.gz
nixlib-bb9bcfa2955226b368dab5f07107e02ab65c975a.tar.bz2
nixlib-bb9bcfa2955226b368dab5f07107e02ab65c975a.tar.lz
nixlib-bb9bcfa2955226b368dab5f07107e02ab65c975a.tar.xz
nixlib-bb9bcfa2955226b368dab5f07107e02ab65c975a.tar.zst
nixlib-bb9bcfa2955226b368dab5f07107e02ab65c975a.zip
doc/cross-compilation: fixes typos
Diffstat (limited to 'doc/cross-compilation.xml')
-rw-r--r--doc/cross-compilation.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/cross-compilation.xml b/doc/cross-compilation.xml
index 118a82bf0b06..028fd6744910 100644
--- a/doc/cross-compilation.xml
+++ b/doc/cross-compilation.xml
@@ -61,7 +61,7 @@
         <listitem>
           <para>
             The "target platform" attribute is, unlike the other two attributes, not actually fundamental to the process of building software.
-            Instead, it is only relevant for compatability with building certain specific compilers and build tools.
+            Instead, it is only relevant for compatibility with building certain specific compilers and build tools.
             It can be safely ignored for all other packages.
           </para>
           <para>
@@ -162,7 +162,7 @@
     <para>
       A runtime dependency between 2 packages implies that between them both the host and target platforms match.
       This is directly implied by the meaning of "host platform" and "runtime dependency":
-      The package dependency exists while both packages are runnign on a single host platform.
+      The package dependency exists while both packages are running on a single host platform.
     </para>
     <para>
       A build time dependency, however, implies a shift in platforms between the depending package and the depended-on package.