From d867e35a723e9e88bb23fff824035d5e444ace27 Mon Sep 17 00:00:00 2001 From: Maximilian Reininghaus <maximilian.reininghaus@kit.edu> Date: Tue, 28 Feb 2023 16:07:44 +0100 Subject: [PATCH] fix typo --- tests/common/SetupStack.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common/SetupStack.hpp b/tests/common/SetupStack.hpp index 4a7ceff3f..a598aa30a 100644 --- a/tests/common/SetupStack.hpp +++ b/tests/common/SetupStack.hpp @@ -24,7 +24,7 @@ namespace corsika::test { /* * the version with history */ - using Stack = detaill::StackWithHistory; + using Stack = detail::StackWithHistory; #else // WITH_HISTORY -- GitLab