]> git.sesse.net Git - vlc/blobdiff - src/stream_output/sap.c
Typos
[vlc] / src / stream_output / sap.c
index d2fcd92889855a510fa357e3d0e9dda9a7a513d6..3dbaf40337c783ac4f97527e191688777d40285a 100644 (file)
@@ -373,7 +373,7 @@ int SAP_Add (sap_handler_t *p_sap, session_descriptor_t *p_session)
 
     /* SAPv1, not encrypted, not compressed */
     psz_head[0] = 0x20;
-    psz_head[1] = 0x00; /* No authentification length */
+    psz_head[1] = 0x00; /* No authentication length */
 
     i_hash = mdate();
     psz_head[2] = i_hash >> 8; /* Msg id hash */