From 92d575ae96f8dc7a0545abf3f23f692285ff527c Mon Sep 17 00:00:00 2001 From: Eric Berquist Date: Thu, 31 Oct 2024 08:05:55 -0600 Subject: [PATCH] Detirmine -> Determine --- src/sst/core/testingframework/test_engine_unittest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sst/core/testingframework/test_engine_unittest.py b/src/sst/core/testingframework/test_engine_unittest.py index 4a655e00c..5c61a8e74 100644 --- a/src/sst/core/testingframework/test_engine_unittest.py +++ b/src/sst/core/testingframework/test_engine_unittest.py @@ -513,7 +513,7 @@ def _get_err_info(self, err): #### def _is_test_of_type_ssttestcase(self, test): - """ Detirmine if this is is within a valid SSTTestCase object by + """ Determine if this is is within a valid SSTTestCase object by checking if a unique SSTTestCase function exists return: True if this is a test within a valid SSTTestCase object """