diff options
author | George Hartzell <hartzell@alerce.com> | 2017-09-30 14:32:07 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2017-09-30 14:32:07 -0700 |
commit | 46d5901770010f7ad458a54fb60a3c63bb97de8c (patch) | |
tree | 7c95e3d5374d5c63ac291e0707fa6c4d7dd3dd5e /lib | |
parent | 96d2488e0cf04d65448a9a9fb3c7e3198e5dc6ff (diff) | |
download | spack-46d5901770010f7ad458a54fb60a3c63bb97de8c.tar.gz spack-46d5901770010f7ad458a54fb60a3c63bb97de8c.tar.bz2 spack-46d5901770010f7ad458a54fb60a3c63bb97de8c.tar.xz spack-46d5901770010f7ad458a54fb60a3c63bb97de8c.zip |
Typo: file -> directory (#5560)
Mirrors are directories (that use `file://` URLS, not files.
Diffstat (limited to 'lib')
-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 8f4eea1f8c..4075421e12 100644 --- a/lib/spack/docs/mirrors.rst +++ b/lib/spack/docs/mirrors.rst @@ -162,7 +162,7 @@ your site. Once you have a mirror, you need to let spack know about it. This is relatively simple. First, figure out the URL for the mirror. If it's -a file, you can use a file URL like this one: +a directory, you can use a file URL like this one: .. code-block:: none |