From 57205c1dfafdf86eebef8a3a358cf3bd6a297d88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Fri, 13 Oct 2023 09:18:12 +0200 Subject: doc: Fix typos in 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 --- src/version.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 693a1e83..b0e2a105 100644 --- a/src/version.c +++ b/src/version.c @@ -186,7 +186,7 @@ _gpgme_compare_versions (const char *my_version, } -/* Check that the the version of the library is at minimum the +/* Check that the version of the library is at minimum the requested one and return the version string; return NULL if the condition is not met. If a NULL is passed to this function, no check is done and the version string is simply returned. @@ -203,7 +203,7 @@ gpgme_check_version (const char *req_version) /* Catch-22: We need to get at least the debug subsystem ready before using the trace facility. If we won't the trace would - automagically initialize the debug system with out the locks + automagically initialize the debug system without the locks being initialized and missing the assuan log level setting. */ TRACE (DEBUG_INIT, "gpgme_check_version", NULL, "req_version=%s, VERSION=%s", -- cgit v1.2.3