Fix typo in code comment.
authorM. Eric Irrgang <ericirrgang@gmail.com>
Mon, 11 Oct 2021 11:44:03 +0000 (14:44 +0300)
committerM. Eric Irrgang <ericirrgang@gmail.com>
Mon, 11 Oct 2021 15:46:15 +0000 (18:46 +0300)
src/testutils/testfilemanager.cpp

index 3e8f680b6526648b438d2c5381335ac0bc442aea..55ccbe9cad75db8d5939b31cd7c3e4cf75d1791c 100644 (file)
@@ -76,7 +76,7 @@ namespace test
 class TestFileManager::Impl
 {
 public:
-    //! Global test input data path set with setDataInputDirectory().
+    //! Global test input data path set with setInputDataDirectory().
     static std::string s_inputDirectory;
 
     //! Global path to simulation input database set with setTestSimulationDataBaseDirectory().