From 4e72a09578c42199dafe22ed90e836cd875cc170 Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Thu, 7 Nov 2024 17:30:37 +0100 Subject: [PATCH] typo --- lib/spack/spack/test/llnl/util/file_list.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/spack/spack/test/llnl/util/file_list.py b/lib/spack/spack/test/llnl/util/file_list.py index 99044890980..227583be5b4 100644 --- a/lib/spack/spack/test/llnl/util/file_list.py +++ b/lib/spack/spack/test/llnl/util/file_list.py @@ -299,9 +299,9 @@ def test_library_type_search(lib_list, kwargs): ) def test_searching_order(search_fn, search_list, root, kwargs): """Tests whether when multiple libraries or headers are searched for, like [a, b], the found - file list adheres to the same ordering: [a matches..., b matches...], which could be relevant - of the the order in which the libraries are passed to the linker in case there are - dependencies across static libraries.""" + file list adheres to the same ordering: [a matches..., b matches...], which is relevant in case + of dependencies across static libraries, and we want to ensure they are passed in the correct + order to the linker.""" # Test search result = search_fn(search_list, str(root), **kwargs)