From 22499d5d89166513d381f9f32a21bbc4edbb6a24 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Tue, 31 May 2022 10:44:05 +0200 Subject: [PATCH] Fix typo in comment --- GCryptCLI/src/DataIngestionLayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GCryptCLI/src/DataIngestionLayer.cpp b/GCryptCLI/src/DataIngestionLayer.cpp index 27f6b54..7c3f543 100644 --- a/GCryptCLI/src/DataIngestionLayer.cpp +++ b/GCryptCLI/src/DataIngestionLayer.cpp @@ -44,7 +44,7 @@ void DataIngestionLayer::Init() { CommandlineInterface::Get()["--intext"].GetString() ); - // Redirect our istream t this instringstream + // Redirect our istream to this instringstream in = &iss; break;