diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2017-10-19 14:49:54 -0400 |
---|---|---|
committer | scheibelp <scheibel1@llnl.gov> | 2017-11-02 18:45:40 -0700 |
commit | 6f9bf197a576c9a6ec2186d4f8974870d6248e52 (patch) | |
tree | ec403cd760ff84c1c68647931ba63f9e075cd545 /lib | |
parent | 28cc077ef69c2d1e7ada24d119a2540bd4bea20d (diff) | |
download | spack-6f9bf197a576c9a6ec2186d4f8974870d6248e52.tar.gz spack-6f9bf197a576c9a6ec2186d4f8974870d6248e52.tar.bz2 spack-6f9bf197a576c9a6ec2186d4f8974870d6248e52.tar.xz spack-6f9bf197a576c9a6ec2186d4f8974870d6248e52.zip |
spec_yaml: fix a typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/test/spec_yaml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/test/spec_yaml.py b/lib/spack/spack/test/spec_yaml.py index b19611b61c..2514eaab99 100644 --- a/lib/spack/spack/test/spec_yaml.py +++ b/lib/spack/spack/test/spec_yaml.py @@ -24,7 +24,7 @@ ############################################################################## """Test YAML serialization for specs. -YAML format preserves DAG informatoin in the spec. +YAML format preserves DAG information in the spec. """ from collections import Iterable, Mapping |