From e17be46bba4d46c7311eac64dd432ab5b566fd32 Mon Sep 17 00:00:00 2001 From: Charles Ofria Date: Fri, 1 Dec 2023 23:32:41 -0500 Subject: [PATCH] Fixed filename errors in headers. --- tests/text/EmphaticText.cpp | 2 +- tests/text/HTMLText.cpp | 2 +- tests/tools/StaticString.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/text/EmphaticText.cpp b/tests/text/EmphaticText.cpp index ec614ab4fb..ac3ff20ccf 100644 --- a/tests/text/EmphaticText.cpp +++ b/tests/text/EmphaticText.cpp @@ -3,7 +3,7 @@ * @copyright Copyright (C) Michigan State University, MIT Software license; see doc/LICENSE.md * @date 2022 * - * @file Text.cpp + * @file EmphaticText.cpp */ #include diff --git a/tests/text/HTMLText.cpp b/tests/text/HTMLText.cpp index 2be1145703..78dda9df40 100644 --- a/tests/text/HTMLText.cpp +++ b/tests/text/HTMLText.cpp @@ -3,7 +3,7 @@ * @copyright Copyright (C) Michigan State University, MIT Software license; see doc/LICENSE.md * @date 2022-2023. * - * @file Text.cpp + * @file HTMLText.cpp */ #include diff --git a/tests/tools/StaticString.cpp b/tests/tools/StaticString.cpp index 53ebcb8843..76d84479ea 100644 --- a/tests/tools/StaticString.cpp +++ b/tests/tools/StaticString.cpp @@ -3,7 +3,7 @@ * @copyright Copyright (C) Michigan State University, MIT Software license; see doc/LICENSE.md * @date 2022. * - * @file ShortString.cpp + * @file StaticString.cpp */ #include "../third-party/Catch/single_include/catch2/catch.hpp"