[vlc-commits] tls: fix typo in doc
Alexandre Janniaux
git at videolan.org
Sun Oct 27 19:24:05 CET 2019
vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Mon Oct 21 23:50:43 2019 +0200| [4cb5eaef9c332fac2ca2047c68660772393df89a] | committer: Rémi Denis-Courmont
tls: fix typo in doc
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4cb5eaef9c332fac2ca2047c68660772393df89a
---
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 c91385e55e..18dbcd09ec 100644
--- a/include/vlc_tls.h
+++ b/include/vlc_tls.h
@@ -54,7 +54,7 @@
* - callback vlc_tls_operations.writev,
* - callback vlc_tls_operations.shutdown.
*
- * The following funcitons are treated as receiving data:
+ * The following functions are treated as receiving data:
* - vlc_tls_Read(),
* - vlc_tls_GetLine(),
* - callback vlc_tls_operations.readv,
More information about the vlc-commits
mailing list