From 6f9bf197a576c9a6ec2186d4f8974870d6248e52 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 19 Oct 2017 14:49:54 -0400 Subject: [PATCH] spec_yaml: fix a typo --- lib/spack/spack/test/spec_yaml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/spack/test/spec_yaml.py b/lib/spack/spack/test/spec_yaml.py index b19611b61cd..2514eaab99e 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