From 0c23a9b7da2706bef27be934c4c409460770ab4a Mon Sep 17 00:00:00 2001 From: colby-nyce Date: Tue, 10 Sep 2024 14:47:43 -0500 Subject: [PATCH] Fix typo in comment --- sparta/src/Report.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sparta/src/Report.cpp b/sparta/src/Report.cpp index a9bd554667..b92eb0ddb5 100644 --- a/sparta/src/Report.cpp +++ b/sparta/src/Report.cpp @@ -4,7 +4,7 @@ * \file Report.cpp * \brief Part of the metrics and statistics system. * Contains a Report class which refers to a number of StatisticInstance - * instances of other Reports to present a set of associated simuation metrics + * instances of other Reports to present a set of associated simulation metrics */ #include "sparta/report/Report.hpp"