diff stream/stream_udp.c @ 24257:d261f5109660

cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
author diego
date Tue, 28 Aug 2007 22:38:45 +0000
parents a3ddd3320b47
children c1d17bd6683c
line wrap: on
line diff
--- a/stream/stream_udp.c	Tue Aug 28 19:58:45 2007 +0000
+++ b/stream/stream_udp.c	Tue Aug 28 22:38:45 2007 +0000
@@ -77,7 +77,7 @@
     streaming_ctrl_free (stream->streaming_ctrl);
     stream->streaming_ctrl = NULL;
   
-    return STREAM_UNSUPORTED;
+    return STREAM_UNSUPPORTED;
   }
 
   if (udp_streaming_start (stream) < 0)
@@ -86,7 +86,7 @@
     streaming_ctrl_free (stream->streaming_ctrl);
     stream->streaming_ctrl = NULL;
   
-    return STREAM_UNSUPORTED;
+    return STREAM_UNSUPPORTED;
   }
 
   stream->type = STREAMTYPE_STREAM;