From: Andreas Steffen Date: Wed, 27 Mar 2013 21:56:37 +0000 (+0100) Subject: fixed typo X-Git-Tag: 5.0.3~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a8dd634339c163baccfea07995eebdf763ecf6e;p=thirdparty%2Fstrongswan.git fixed typo --- diff --git a/src/libtls/tls_socket.c b/src/libtls/tls_socket.c index 9a494c6da8..4ba9640006 100644 --- a/src/libtls/tls_socket.c +++ b/src/libtls/tls_socket.c @@ -67,7 +67,7 @@ struct private_tls_application_t { chunk_t cache; /** - * Bytes cosnumed in cache + * Bytes consumed in cache */ size_t cache_done;