[vlc-devel] [PATCH] tls: fix typo in doc

Alexandre Janniaux ajanni at videolabs.io
Mon Oct 21 23:50:43 CEST 2019


---
 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,
-- 
2.23.0



More information about the vlc-devel mailing list