summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-08-13 10:06:00 +0000
committerRobin Gloster <mail@glob.in>2016-08-13 10:06:24 +0000
commitaf04b6d5a56a66866a66c6343e38e0d92228986a (patch)
tree675d252612c357060f377be6d2e00510bbb36041
parentbea8972d967e6599aa28f7c0e30b9fc1fc589328 (diff)
downloadnixlib-af04b6d5a56a66866a66c6343e38e0d92228986a.tar
nixlib-af04b6d5a56a66866a66c6343e38e0d92228986a.tar.gz
nixlib-af04b6d5a56a66866a66c6343e38e0d92228986a.tar.bz2
nixlib-af04b6d5a56a66866a66c6343e38e0d92228986a.tar.lz
nixlib-af04b6d5a56a66866a66c6343e38e0d92228986a.tar.xz
nixlib-af04b6d5a56a66866a66c6343e38e0d92228986a.tar.zst
nixlib-af04b6d5a56a66866a66c6343e38e0d92228986a.zip
hardening docs: fix typo
-rw-r--r--doc/stdenv.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index a6359a9cff3d..5be57fc5a976 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -1425,7 +1425,7 @@ bin/blib.a(bios_console.o): In function `bios_handle_cup':
     </para>
 
     <para>Addtionally, some warnings are enabled which might trigger build
-    failures if compiler warnings are treated as errors in the packsge build.
+    failures if compiler warnings are treated as errors in the package build.
     In this case, set <option>NIX_CFLAGS_COMPILE</option> to
     <option>-Wno-error=warning-type</option>.</para>