vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Mon Feb 25 19:44:36 2019 +0200| [cbc0bf5441de780dc10f18fc5b62b96b7bf6c113] | committer: Rémi Denis-Courmont
tls: fix spelling > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cbc0bf5441de780dc10f18fc5b62b96b7bf6c113 --- include/vlc_tls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_tls.h b/include/vlc_tls.h index 957a9aa87c..c5c294d978 100644 --- a/include/vlc_tls.h +++ b/include/vlc_tls.h @@ -45,7 +45,7 @@ * Transport layer sockets are full-duplex, meaning data can be sent and * received at the same time. As such, it is permitted for two threads to * use the same TLS simultaneously, if one thread is receiving data while the - * other is sending data. However receiving or rending data from two threads + * other is sending data. However receiving or sending data from two threads * concurrently is undefined behaviour. * * The following functions are treated as sending data: _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
