summaryrefslogtreecommitdiff
path: root/lang/cpp/tests/run-wkdlookup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cpp/tests/run-wkdlookup.cpp')
-rw-r--r--lang/cpp/tests/run-wkdlookup.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/cpp/tests/run-wkdlookup.cpp b/lang/cpp/tests/run-wkdlookup.cpp
index 71c4e70..e094ab0 100644
--- a/lang/cpp/tests/run-wkdlookup.cpp
+++ b/lang/cpp/tests/run-wkdlookup.cpp
@@ -31,7 +31,6 @@
#include "key.h"
#include <memory>
-#include <sstream>
#include <iostream>
#include <thread>
@@ -90,7 +89,7 @@ main (int argc, char **argv)
return -1;
}
- // try do connect to dirmngr
+ // try to connect to dirmngr
err = ctx->assuanTransact("GETINFO version");
if (err && err.code() != GPG_ERR_ASS_CONNECT_FAILED) {
std::cerr << "Failed to start assuan transaction (Error: " << err.asString() << ")\n";