diff options
author | Tobias Brunner <tobias@strongswan.org> | 2017-08-07 17:22:01 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2017-08-07 17:22:01 +0200 |
commit | ca280574baae12159973785b11b48de4b50ee39f (patch) | |
tree | d510362b9bb9fe91f74527c896585c86cae37d1a /src/libtls/tls.h | |
parent | c11d13c4b94a2f0533344a200de2bd8d106ecb97 (diff) | |
download | strongswan-ca280574baae12159973785b11b48de4b50ee39f.tar.bz2 strongswan-ca280574baae12159973785b11b48de4b50ee39f.tar.xz |
Fixed some typos, courtesy of codespell
Diffstat (limited to 'src/libtls/tls.h')
-rw-r--r-- | src/libtls/tls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtls/tls.h b/src/libtls/tls.h index f3dc198cf..f832ef50e 100644 --- a/src/libtls/tls.h +++ b/src/libtls/tls.h @@ -169,7 +169,7 @@ struct tls_t { * Query upper layer for one or more TLS records, build fragments. * * The TLS stack automatically fragments the records to the given buffer - * size. Fragmentation is indicated by the reclen ouput parameter and + * size. Fragmentation is indicated by the reclen output parameter and * the return value. For the first fragment of a TLS record, a non-zero * record length is returned in reclen. If more fragments follow, NEED_MORE * is returned. A return value of ALREADY_DONE indicates that the final |