summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorShahzeb Siddiqui <shahzebmsiddiqui@gmail.com>2019-03-21 15:29:40 -0400
committerAdam J. Stewart <ajstewart426@gmail.com>2019-03-21 14:29:40 -0500
commit724acb642149f58ae58878987238ae13c6bce0c4 (patch)
treee6aacf782419087ce4a29b9252c84924ea3c450f /lib
parent7bc899d9cad09f3fbaaf68f95a059a0853723150 (diff)
downloadspack-724acb642149f58ae58878987238ae13c6bce0c4.tar.gz
spack-724acb642149f58ae58878987238ae13c6bce0c4.tar.bz2
spack-724acb642149f58ae58878987238ae13c6bce0c4.tar.xz
spack-724acb642149f58ae58878987238ae13c6bce0c4.zip
typo in documentation (#10976)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/tutorial_environments.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/spack/docs/tutorial_environments.rst b/lib/spack/docs/tutorial_environments.rst
index 99b6ddc3b4..5b46987be1 100644
--- a/lib/spack/docs/tutorial_environments.rst
+++ b/lib/spack/docs/tutorial_environments.rst
@@ -535,11 +535,11 @@ all of its specs. We can run it here:
[+] rymw7im ^automake@1.16.1%gcc@5.4.0 arch=linux-ubuntu16.04-x86_64
[+] o2pfwjf ^libtool@2.4.6%gcc@5.4.0 arch=linux-ubuntu16.04-x86_64
-Now, all the specs in the environemnt are concrete and ready to be
-installed wiht ``mpich`` as the MPI immplementation.
+Now, all the specs in the environment are concrete and ready to be
+installed with ``mpich`` as the MPI implementation.
Normally, we could just run ``spack config edit``, edit the environment
-configuration, ``spack add`` some specs, and ``install``.
+configuration, ``spack add`` some specs, and ``spack install``.
But, when we already have installed packages in the environment, we have
to force everything in the environment to be re-concretized using ``spack