summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Chelarescu <paulchelarescu@gmail.com>2018-06-29 14:44:23 +0200
committerAdam J. Stewart <ajstewart426@gmail.com>2018-06-29 07:44:23 -0500
commit719f324423792371f7fb984f7595a7a729223252 (patch)
tree1079b8a8789adbb80cc0e757098e10b2f1edd921 /lib
parent13ee2c04e1089576e6f0da79083fdb73aeba6651 (diff)
downloadspack-719f324423792371f7fb984f7595a7a729223252.tar.gz
spack-719f324423792371f7fb984f7595a7a729223252.tar.bz2
spack-719f324423792371f7fb984f7595a7a729223252.tar.xz
spack-719f324423792371f7fb984f7595a7a729223252.zip
Removed duplicate word (#8609)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/developer_guide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/developer_guide.rst b/lib/spack/docs/developer_guide.rst
index 96b4436683..103a893901 100644
--- a/lib/spack/docs/developer_guide.rst
+++ b/lib/spack/docs/developer_guide.rst
@@ -119,7 +119,7 @@ etc.) but we wanted to make Spack *very* easy to use. The simple layout
spares users from the need to install Spack into a Python environment.
Many users don't have write access to a Python installation, and installing
an entire new instance of Python to bootstrap Spack would be very complicated.
-Users should not have to install install a big, complicated package to
+Users should not have to install a big, complicated package to
use the thing that's supposed to spare them from the details of big,
complicated packages. The end result is that Spack works out of the
box: clone it and add ``bin`` to your PATH and you're ready to go.