aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtls/tls.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2011-02-07 11:13:27 +0100
committerTobias Brunner <tobias@strongswan.org>2011-02-07 11:39:41 +0100
commit84545f6e7c3a37c6ef14d97e86a70dded8d3c06d (patch)
treebfd1fdcbd722cc6a3fd4f38b7ebbc7b995d8b08c /src/libtls/tls.h
parent2b2eecb6ec450f52be0549baaf7d5fef9fb2b0d2 (diff)
downloadstrongswan-84545f6e7c3a37c6ef14d97e86a70dded8d3c06d.tar.bz2
strongswan-84545f6e7c3a37c6ef14d97e86a70dded8d3c06d.tar.xz
Some typos 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 1908f5dd4..e2c377ad3 100644
--- a/src/libtls/tls.h
+++ b/src/libtls/tls.h
@@ -202,7 +202,7 @@ struct tls_t {
/**
* Check if TLS negotiation completed successfully.
*
- * @return TRUE if TLS negotation and authentication complete
+ * @return TRUE if TLS negotiation and authentication complete
*/
bool (*is_complete)(tls_t *this);