diff options
| author | Ingo Klöcker <[email protected]> | 2023-10-13 07:18:12 +0000 | 
|---|---|---|
| committer | Ingo Klöcker <[email protected]> | 2023-10-13 07:18:12 +0000 | 
| commit | 57205c1dfafdf86eebef8a3a358cf3bd6a297d88 (patch) | |
| tree | 5d1ca41a889c46a73d88a6797a30c14a0c225892 /src/version.c | |
| parent | python,examples: Add missing word "License" (diff) | |
| download | gpgme-57205c1dfafdf86eebef8a3a358cf3bd6a297d88.tar.gz gpgme-57205c1dfafdf86eebef8a3a358cf3bd6a297d88.zip | |
doc: Fix typos in documentation and source code comments
--
Anonymous contribution
Signed-off-by: Ingo Klöcker <[email protected]>
Diffstat (limited to 'src/version.c')
| -rw-r--r-- | src/version.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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", | 
