From e659978cedbc9e03a564be625798ebdf5b496133 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Fri, 6 Mar 2015 16:39:48 +0100 Subject: Fix typos: s/the the/the/ --- doc/manual/command-ref/nix-env.xml | 2 +- doc/manual/introduction/about-nix.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/manual/command-ref/nix-env.xml b/doc/manual/command-ref/nix-env.xml index f8af6e9549dc..d37f4bcc1418 100644 --- a/doc/manual/command-ref/nix-env.xml +++ b/doc/manual/command-ref/nix-env.xml @@ -416,7 +416,7 @@ $ nix-env --install gcc-3.3.2 installing `gcc-3.3.2' uninstalling `gcc-3.1' -Note the the previously installed version is removed, since +Note the previously installed version is removed, since was not specified. To install an arbitrary version: diff --git a/doc/manual/introduction/about-nix.xml b/doc/manual/introduction/about-nix.xml index efd6cf2bb347..66679ac9a85a 100644 --- a/doc/manual/introduction/about-nix.xml +++ b/doc/manual/introduction/about-nix.xml @@ -197,7 +197,7 @@ collection (Nixpkgs). Managing build environments Nix is extremely useful for developers as it makes it easy to -automatically set up the the build environment for a package. Given a +automatically set up the build environment for a package. Given a Nix expression that describes the dependencies of your package, the command nix-shell will build or download those dependencies if they’re not already in your Nix store, and then start -- cgit 1.4.1