From 2ec5bcdba21a9c717cbb3e9a2760df054e252343 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 6 Apr 2021 15:47:34 -0600 Subject: [PATCH] Fix a typo. --- tests/base/aligned_vector_06.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/base/aligned_vector_06.cc b/tests/base/aligned_vector_06.cc index 425ac01d3c..fbba5bbebc 100644 --- a/tests/base/aligned_vector_06.cc +++ b/tests/base/aligned_vector_06.cc @@ -14,7 +14,7 @@ // --------------------------------------------------------------------- -// Make sure that we don't get into troubl for a vector that is empty +// Make sure that we don't get into trouble for a vector that is empty // -- the AlignedVector class uses a custom deleter that aborts if the // object is not storing any data, but this deleter should not be // called in that case. -- 2.39.5