diff stream/http.c @ 24257:d261f5109660

cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
author diego
date Tue, 28 Aug 2007 22:38:45 +0000
parents 48036dc7f9d9
children 66f628d13442
line wrap: on
line diff
--- a/stream/http.c	Tue Aug 28 19:58:45 2007 +0000
+++ b/stream/http.c	Tue Aug 28 22:38:45 2007 +0000
@@ -853,7 +853,7 @@
 err_out:
 	if (fd > 0) closesocket( fd );
 	fd = -1;
-	res = STREAM_UNSUPORTED;
+	res = STREAM_UNSUPPORTED;
 	http_free( http_hdr );
 	http_hdr = NULL;
 out:
@@ -882,7 +882,7 @@
 		stream->fd = -1;
 		streaming_ctrl_free(stream->streaming_ctrl);
 		stream->streaming_ctrl = NULL;
-		return STREAM_UNSUPORTED;
+		return STREAM_UNSUPPORTED;
 	}
 
 	fixup_network_stream_cache(stream);
@@ -910,7 +910,7 @@
 		stream->fd = -1;
 		streaming_ctrl_free(stream->streaming_ctrl);
 		stream->streaming_ctrl = NULL;
-		return STREAM_UNSUPORTED;
+		return STREAM_UNSUPPORTED;
 	}
 
 	return fixup_open(stream, seekable);
@@ -937,7 +937,7 @@
 		stream->fd = -1;
 		streaming_ctrl_free(stream->streaming_ctrl);
 		stream->streaming_ctrl = NULL;
-		return STREAM_UNSUPORTED;
+		return STREAM_UNSUPPORTED;
 	}
 
 	return fixup_open(stream, seekable);