]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Typo in doxygen comment fixed.
authorTobias Brunner <tobias@strongswan.org>
Mon, 30 Aug 2010 08:49:32 +0000 (10:49 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 30 Aug 2010 08:49:32 +0000 (10:49 +0200)
src/libtls/tls.h

index 3ade3793bf30a23f8906ebd041fa436028f7fcf2..ec8d04eeee28db434a2a9c462e7fa33ee1110de1 100644 (file)
@@ -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
  */