diff options
author | becker33 <becker33@llnl.gov> | 2016-03-16 13:32:12 -0700 |
---|---|---|
committer | becker33 <becker33@llnl.gov> | 2016-03-16 13:32:12 -0700 |
commit | d46d897ac967afcd3437b667b343cb577a250f14 (patch) | |
tree | a882d16ccb7940e98bbe07ca8f9ca21c7b7e2ac6 | |
parent | 905549ea2da1e9297ac48ba8765f9787a907d1d3 (diff) | |
parent | bb04d5cc63182b6129f9abf78db260a2dab9f506 (diff) | |
download | spack-d46d897ac967afcd3437b667b343cb577a250f14.tar.gz spack-d46d897ac967afcd3437b667b343cb577a250f14.tar.bz2 spack-d46d897ac967afcd3437b667b343cb577a250f14.tar.xz spack-d46d897ac967afcd3437b667b343cb577a250f14.zip |
Merge pull request #559 from adamjstewart/typos/mirrors
Fix grammar in mirrors documentation
-rw-r--r-- | lib/spack/docs/mirrors.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/mirrors.rst b/lib/spack/docs/mirrors.rst index b20fedb55f..dad04d053b 100644 --- a/lib/spack/docs/mirrors.rst +++ b/lib/spack/docs/mirrors.rst @@ -38,7 +38,7 @@ contains tarballs for each package, named after each package. .. note:: - Archives are **not** named exactly they were in the package's fetch + Archives are **not** named exactly the way they were in the package's fetch URL. They have the form ``<name>-<version>.<extension>``, where ``<name>`` is Spack's name for the package, ``<version>`` is the version of the tarball, and ``<extension>`` is whatever format the |