[xiph-commits] r10515 - experimental/j/Elphel333/http

j at svn.xiph.org j at svn.xiph.org
Thu Dec 1 15:44:45 PST 2005


Author: j
Date: 2005-12-01 15:44:43 -0800 (Thu, 01 Dec 2005)
New Revision: 10515

Modified:
   experimental/j/Elphel333/http/TheoraHTTP.c
Log:
fix typo

Modified: experimental/j/Elphel333/http/TheoraHTTP.c
===================================================================
--- experimental/j/Elphel333/http/TheoraHTTP.c	2005-12-01 23:40:34 UTC (rev 10514)
+++ experimental/j/Elphel333/http/TheoraHTTP.c	2005-12-01 23:44:43 UTC (rev 10515)
@@ -468,7 +468,7 @@
 
     // General LOOP waiting command START
     printf("HTTP/1.0 200 OK\n");
-    printf("Content-Type: applicatoin/ogg\n");
+    printf("Content-Type: application/ogg\n");
     printf("Pragma: no-cache\n\n");
 
 



More information about the commits mailing list