There's only one 'u' in "configuration" (#8498)

This commit is contained in:
George Hartzell 2018-06-17 17:11:16 -07:00 committed by Adam J. Stewart
parent 98f11b9def
commit cb11e1b8ee

View File

@ -72,7 +72,7 @@ class Dependency(object):
This class differs from ``spack.spec.DependencySpec`` because it This class differs from ``spack.spec.DependencySpec`` because it
represents metadata at the ``Package`` level. represents metadata at the ``Package`` level.
``spack.spec.DependencySpec`` is a descriptor for an actual package ``spack.spec.DependencySpec`` is a descriptor for an actual package
confiuguration, while ``Dependency`` is a descriptor for a package's configuration, while ``Dependency`` is a descriptor for a package's
dependency *requirements*. dependency *requirements*.
A dependency is a requirement for a configuration of another package A dependency is a requirement for a configuration of another package