summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2017-10-19 14:49:54 -0400
committerscheibelp <scheibel1@llnl.gov>2017-11-02 18:45:40 -0700
commit6f9bf197a576c9a6ec2186d4f8974870d6248e52 (patch)
treeec403cd760ff84c1c68647931ba63f9e075cd545 /lib
parent28cc077ef69c2d1e7ada24d119a2540bd4bea20d (diff)
downloadspack-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.py2
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