summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGeorge Hartzell <hartzell@alerce.com>2016-10-26 17:51:01 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2016-10-26 17:51:01 -0700
commite652a32f0570f36640b3b27ab5f1954014b6f658 (patch)
treea23d170edd4860e0ac1b1e2f2dbec86aa726b879 /lib
parent3895c974a03f8e924aab00cb9e726b431c5c5e96 (diff)
downloadspack-e652a32f0570f36640b3b27ab5f1954014b6f658.tar.gz
spack-e652a32f0570f36640b3b27ab5f1954014b6f658.tar.bz2
spack-e652a32f0570f36640b3b27ab5f1954014b6f658.tar.xz
spack-e652a32f0570f36640b3b27ab5f1954014b6f658.zip
typo: vlaues -> values (#2147)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/spec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/spec.py b/lib/spack/spack/spec.py
index 6950025502..2518272f9b 100644
--- a/lib/spack/spack/spec.py
+++ b/lib/spack/spack/spec.py
@@ -856,7 +856,7 @@ class Spec(object):
children in the dependency DAG.
cover [=nodes|edges|paths]
- Determines how extensively to cover the dag. Possible vlaues:
+ Determines how extensively to cover the dag. Possible values:
'nodes': Visit each node in the dag only once. Every node
yielded by this function will be unique.