Fix typo in comment

This commit is contained in:
Leonetienne 2022-05-31 10:44:05 +02:00
parent 87987f6fe2
commit 3823eb6cc7
No known key found for this signature in database
GPG Key ID: C33879CD92E9708C

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;