From 761d910a833e816f3dc719819265bc5f9ae52093 Mon Sep 17 00:00:00 2001 From: program-- Date: Fri, 9 Aug 2024 08:58:11 -0700 Subject: [PATCH] fix(ForcingsEngineLumpedDataProviderTest): typo --- test/forcing/ForcingsEngineLumpedDataProvider_Test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/forcing/ForcingsEngineLumpedDataProvider_Test.cpp b/test/forcing/ForcingsEngineLumpedDataProvider_Test.cpp index 65dd3d6c58..5ad93f3993 100644 --- a/test/forcing/ForcingsEngineLumpedDataProvider_Test.cpp +++ b/test/forcing/ForcingsEngineLumpedDataProvider_Test.cpp @@ -80,7 +80,7 @@ void TestFixture::TearDownTestSuite() /** * Tests for the flyweight-like design of provider storage by getting * a new instance of the forcings engine and verifying that it points - * to the same address as the static initialized `provider_` memberm + * to the same address as the static initialized `provider_` member, * based on matching `init`, and shared over distinct `divide_id`. */ TEST_F(ForcingsEngineLumpedDataProviderTest, Storage)