aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtls/tls.h
diff options
context:
space:
mode:
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
*/