summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnders Claesson <akc@akc.is>2014-06-13 11:11:27 +0100
committerAnders Claesson <akc@akc.is>2014-06-13 11:11:27 +0100
commit1777724a3397ee82d0bcf0dae3c680d6d8395c5f (patch)
tree34747519991e942bc8573d90ebde36e59680b928
parent566ef0e31a3a0530c08e38a88237e214cafd23f2 (diff)
downloadnixpkgs-1777724a3397ee82d0bcf0dae3c680d6d8395c5f.tar
nixpkgs-1777724a3397ee82d0bcf0dae3c680d6d8395c5f.tar.gz
nixpkgs-1777724a3397ee82d0bcf0dae3c680d6d8395c5f.tar.bz2
nixpkgs-1777724a3397ee82d0bcf0dae3c680d6d8395c5f.tar.lz
nixpkgs-1777724a3397ee82d0bcf0dae3c680d6d8395c5f.tar.xz
nixpkgs-1777724a3397ee82d0bcf0dae3c680d6d8395c5f.tar.zst
nixpkgs-1777724a3397ee82d0bcf0dae3c680d6d8395c5f.zip
Fix trivial spelling mistake in docs
-rw-r--r--doc/release-notes.xml2
-rw-r--r--doc/stdenv.xml4
-rw-r--r--nixos/doc/manual/configuration.xml2
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/release-notes.xml b/doc/release-notes.xml
index 2a1fb9f3109..a50ee877acd 100644
--- a/doc/release-notes.xml
+++ b/doc/release-notes.xml
@@ -446,7 +446,7 @@ xlink:href='http://nixos.org/releases/nix/nix-0.10/'>Nix
   <literal>stdenv</literal>; the formed changes the C compiler, and
   the latter adds additional packages to the front of
   <literal>stdenv</literal>’s initial <envar>PATH</envar>, allowing
-  tools to be overriden.</para>
+  tools to be overridden.</para>
 
   <para>For instance, the package <varname>strategoxt</varname>
   doesn’t build with the GNU Make in <literal>stdenv</literal>
diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index 74eb63b4b49..28e7b7d89f4 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -56,7 +56,7 @@ details.)</para>
 <para>Often it is necessary to override or modify some aspect of the
 build.  To make this easier, the standard environment breaks the
 package build into a number of <emphasis>phases</emphasis>, all of
-which can be overriden or modified individually: unpacking the
+which can be overridden or modified individually: unpacking the
 sources, applying patches, configuring, building, and installing.
 (There are some others; see <xref linkend="ssec-stdenv-phases"/>.)
 For instance, a package that doesn’t supply a makefile but instead has
@@ -233,7 +233,7 @@ specific parts of the build (e.g., unpacking the sources or installing
 the binaries).  Furthermore, it allows a nicer presentation of build
 logs in the Nix build farm.</para>
 
-<para>Each phase can be overriden in its entirety either by setting
+<para>Each phase can be overridden in its entirety either by setting
 the environment variable
 <varname><replaceable>name</replaceable>Phase</varname> to a string
 containing some shell commands to be executed, or by redefining the
diff --git a/nixos/doc/manual/configuration.xml b/nixos/doc/manual/configuration.xml
index 803a3393d15..98686a19f1e 100644
--- a/nixos/doc/manual/configuration.xml
+++ b/nixos/doc/manual/configuration.xml
@@ -873,7 +873,7 @@ Any package in Nixpkgs that depends on <literal>emacs</literal> will
 be passed your customised instance.  (However, the value
 <literal>pkgs.emacs</literal> in
 <varname>nixpkgs.config.packageOverrides</varname> refers to the
-original rather than overriden instance, to prevent an infinite
+original rather than overridden instance, to prevent an infinite
 recursion.)</para>
 
 </section>