diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2016-03-16 14:27:22 -0500 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2016-03-16 14:27:22 -0500 |
commit | bb04d5cc63182b6129f9abf78db260a2dab9f506 (patch) | |
tree | a882d16ccb7940e98bbe07ca8f9ca21c7b7e2ac6 | |
parent | 905549ea2da1e9297ac48ba8765f9787a907d1d3 (diff) | |
download | spack-bb04d5cc63182b6129f9abf78db260a2dab9f506.tar.gz spack-bb04d5cc63182b6129f9abf78db260a2dab9f506.tar.bz2 spack-bb04d5cc63182b6129f9abf78db260a2dab9f506.tar.xz spack-bb04d5cc63182b6129f9abf78db260a2dab9f506.zip |
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 |