]> git.sesse.net Git - vlc/commitdiff
Fix typo
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 19 Mar 2006 00:02:26 +0000 (00:02 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 19 Mar 2006 00:02:26 +0000 (00:02 +0000)
share/http/dialogs/sout

index bf5e34155f4b4c9868b0e831605acb25db475c70..fd741e3d136c79b76688e20a1cb583221879c982 100644 (file)
@@ -289,6 +289,6 @@ Note that the sout chain is used and sent to VLC by the input dialog
       <label for="sout_ttl">Time-To-Live (TTL)</label>
       <input type="text" id="sout_ttl" onchange="update_sout()"/>
     </div>
-    <input type="hiden" id="sout_extra" value="" />
+    <input type="hidden" id="sout_extra" value="" />
   </div>
 </div>