aboutsummaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBen McGinnes <[email protected]>2016-08-17 03:14:44 +0000
committerBen McGinnes <[email protected]>2016-08-17 03:14:44 +0000
commit14402ece2fdd7219b0113f5f1132ae49f88f1705 (patch)
tree540f2a14b39be6b58f80477f6b4fe7f67d7dcb45 /src/version.c
parentTODO stuff (diff)
parentcore: New global flag "require-gnupg". (diff)
downloadgpgme-14402ece2fdd7219b0113f5f1132ae49f88f1705.tar.gz
gpgme-14402ece2fdd7219b0113f5f1132ae49f88f1705.zip
Merge branch 'master' into ben-minor-fixesben/minor-docs-fixes
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.c b/src/version.c
index 15e5aeec..e2f1c353 100644
--- a/src/version.c
+++ b/src/version.c
@@ -124,7 +124,7 @@ parse_version_number (const char *str, int *number)
/* Parse the version string STR in the format MAJOR.MINOR.MICRO (for
example, 9.3.2) and return the components in MAJOR, MINOR and MICRO
as integers. The function returns the tail of the string that
- follows the version number. This might be te empty string if there
+ follows the version number. This might be the empty string if there
is nothing following the version number, or a patchlevel. The
function returns NULL if the version string is not valid. */
static const char *