aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtls/tls.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-08-30 10:49:32 +0200
committerTobias Brunner <tobias@strongswan.org>2010-08-30 10:49:32 +0200
commit0433b4172bf5642897804c9b349b737105340ed7 (patch)
tree303bc11c03f62367406a62156182d0bcc9578cc5 /src/libtls/tls.h
parentfde2d34d0f49d2b4b352d1e0ba4b7c2a9b6a0f33 (diff)
downloadstrongswan-0433b4172bf5642897804c9b349b737105340ed7.tar.bz2
strongswan-0433b4172bf5642897804c9b349b737105340ed7.tar.xz
Typo in doxygen comment fixed.
Diffstat (limited to 'src/libtls/tls.h')
-rw-r--r--src/libtls/tls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtls/tls.h b/src/libtls/tls.h
index 3ade3793b..ec8d04eee 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
*/