aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cpp/tests/run-wkdlookup.cpp
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2023-10-13 07:18:32 +0000
committerIngo Klöcker <[email protected]>2023-10-13 07:21:47 +0000
commitbd448c9cbf43d644c6175eb1795f4bb74128de16 (patch)
treefa99c748b33ddc93af2c37d60f3bd2b63e9aae09 /lang/cpp/tests/run-wkdlookup.cpp
parentdoc: Fix typos in documentation and source code comments (diff)
downloadgpgme-bd448c9cbf43d644c6175eb1795f4bb74128de16.tar.gz
gpgme-bd448c9cbf43d644c6175eb1795f4bb74128de16.zip
cpp,doc: Fix typos in API documentation and source code comments
-- Anonymous contribution Signed-off-by: Ingo Klöcker <[email protected]>
Diffstat (limited to '')
-rw-r--r--lang/cpp/tests/run-wkdlookup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/cpp/tests/run-wkdlookup.cpp b/lang/cpp/tests/run-wkdlookup.cpp
index fdd262d8..e094ab05 100644
--- a/lang/cpp/tests/run-wkdlookup.cpp
+++ b/lang/cpp/tests/run-wkdlookup.cpp
@@ -89,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";