From bd448c9cbf43d644c6175eb1795f4bb74128de16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Fri, 13 Oct 2023 09:18:32 +0200 Subject: cpp,doc: Fix typos in API documentation and source code comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -- Anonymous contribution Signed-off-by: Ingo Klöcker --- lang/cpp/tests/run-wkdlookup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/cpp/tests/run-wkdlookup.cpp') 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"; -- cgit v1.2.3