From 228a4d353c008e95b62c92080498a16410f53cff Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Mon, 9 Nov 2020 19:25:45 -0600 Subject: Fix minor typo in function comment (#19804) --- lib/spack/spack/util/spack_yaml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/spack/spack/util/spack_yaml.py b/lib/spack/spack/util/spack_yaml.py index 565a9be4ea..40e66ee62c 100644 --- a/lib/spack/spack/util/spack_yaml.py +++ b/lib/spack/spack/util/spack_yaml.py @@ -321,7 +321,7 @@ def dump_annotated(data, stream=None, *args, **kwargs): stream = StringIO() getvalue = stream.getvalue - # write out annotations and linees, accounting for color + # write out annotations and lines, accounting for color width = max(clen(a) for a in _annotations) formats = ['%%-%ds %%s\n' % (width + cextra(a)) for a in _annotations] -- cgit v1.2.3-60-g2f50