Fix typo in comment

This commit is contained in:
Leonetienne
2022-05-31 10:44:05 +02:00
parent 8a2b219d49
commit 22499d5d89
+1 -1
View File
@@ -44,7 +44,7 @@ void DataIngestionLayer::Init() {
CommandlineInterface::Get()["--intext"].GetString() CommandlineInterface::Get()["--intext"].GetString()
); );
// Redirect our istream t this instringstream // Redirect our istream to this instringstream
in = &iss; in = &iss;
break; break;