From: Tobias Brunner Date: Mon, 30 Aug 2010 08:49:32 +0000 (+0200) Subject: Typo in doxygen comment fixed. X-Git-Tag: 4.5.0~387 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0433b4172bf5642897804c9b349b737105340ed7;p=thirdparty%2Fstrongswan.git Typo in doxygen comment fixed. --- diff --git a/src/libtls/tls.h b/src/libtls/tls.h index 3ade3793bf..ec8d04eeee 100644 --- a/src/libtls/tls.h +++ b/src/libtls/tls.h @@ -182,7 +182,7 @@ struct tls_t { * @param is_server TRUE to act as server, FALSE for client * @param server server identity * @param peer peer identity, NULL for no client authentication - * @param purpse purpose this TLS stack instance is used for + * @param purpose purpose this TLS stack instance is used for * @param application higher layer application or NULL if none * @return TLS stack */