summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMatthew LeGendre <legendre1@llnl.gov>2016-01-25 10:53:37 -0800
committerMatthew LeGendre <legendre1@llnl.gov>2016-01-25 10:53:37 -0800
commitd4a771a6235da662bd9b38f7b9272c38ae93ecd1 (patch)
treeeb6c41ccafa49092701e8df6f574b6ea818e6c47 /lib
parentfa888a4ba15176e9d415ffced41f6f16801f1938 (diff)
parent72d5cdf9abaee156d80dd027911a6cadbfebd7bb (diff)
downloadspack-d4a771a6235da662bd9b38f7b9272c38ae93ecd1.tar.gz
spack-d4a771a6235da662bd9b38f7b9272c38ae93ecd1.tar.bz2
spack-d4a771a6235da662bd9b38f7b9272c38ae93ecd1.tar.xz
spack-d4a771a6235da662bd9b38f7b9272c38ae93ecd1.zip
Merge pull request #1 from alalazo/features/external-packages
doc : minor typos fixed
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/site_configuration.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/docs/site_configuration.rst b/lib/spack/docs/site_configuration.rst
index a7211a9d95..8ab4e89dfc 100644
--- a/lib/spack/docs/site_configuration.rst
+++ b/lib/spack/docs/site_configuration.rst
@@ -76,9 +76,9 @@ directory. Here's an example of an external configuration::
path: /opt/openmpi-1.6.5-intel
This example lists three installations of OpenMPI, one built with gcc,
-one built with gcc and debug information, and another built with OpenMPI.
+one built with gcc and debug information, and another built with Intel.
If Spack is asked to build a package that uses one of these MPIs as a
-dependency, it link the package to the pre-installed OpenMPI in
+dependency, it links the package to the pre-installed OpenMPI in
the given directory.
Each ``packages.yaml`` should begin with a ``packages:`` token, followed