diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2004-01-06 20:36:18 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2004-01-06 20:36:18 +0000 |
commit | 22a8db8a5ec20001742af1a00acd970665dceeaf (patch) | |
tree | cb54ad43fe625106004248eea2aa6a24eb0b9ff0 /libextra/gnutls_extra.c | |
parent | 1db0788f59187bd5fa1676ddd1e22a3ad94e7df4 (diff) | |
download | gnutls-22a8db8a5ec20001742af1a00acd970665dceeaf.tar.gz |
Several bug fixes and cleanups by Arne Thomassen.
Diffstat (limited to 'libextra/gnutls_extra.c')
-rw-r--r-- | libextra/gnutls_extra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libextra/gnutls_extra.c b/libextra/gnutls_extra.c index 6d3bfd5a45..1bda1681aa 100644 --- a/libextra/gnutls_extra.c +++ b/libextra/gnutls_extra.c @@ -293,7 +293,7 @@ parse_version_string( const char *s, int *major, int *minor, int *micro ) } /**************** - * Check that the the version of the library is at minimum the requested one + * 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 * satisfied. If a NULL is passed to this function, no check is done, * but the version string is simply returned. |