diff options
author | George Hartzell <hartzell@alerce.com> | 2018-06-01 10:56:16 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2018-06-01 10:56:16 -0700 |
commit | 5de2f1ab757bf547a84be64a2fd6bdb2df865512 (patch) | |
tree | 28ab47ec0069db0d7c25073aac0219192c0e64ad /lib | |
parent | 8d40f12853cd0911ee2df8f4475ca54ea782b0b1 (diff) | |
download | spack-5de2f1ab757bf547a84be64a2fd6bdb2df865512.tar.gz spack-5de2f1ab757bf547a84be64a2fd6bdb2df865512.tar.bz2 spack-5de2f1ab757bf547a84be64a2fd6bdb2df865512.tar.xz spack-5de2f1ab757bf547a84be64a2fd6bdb2df865512.zip |
Typo: an -> and (#8350)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/package.py b/lib/spack/spack/package.py index e631d5778b..2b5299197f 100644 --- a/lib/spack/spack/package.py +++ b/lib/spack/spack/package.py @@ -403,7 +403,7 @@ class PackageBase(with_metaclass(PackageMeta, object)): the class name (The class name is really only used by spack to find your package). - Spack will download an install each dependency before it installs your + Spack will download and install each dependency before it installs your package. In addtion, it will add -L, -I, and rpath arguments to your compiler and linker for each dependency. In most cases, this allows you to avoid specifying any dependencies in your configure or cmake line; |