From 01d92a32adc89a9c3ac451b47cc279a215ee9c4b Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 28 Aug 2007 22:38:45 +0000 Subject: cosmetics: typo fix UNSUPORTED --> UNSUPPORTED git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24277 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/stream.h') diff --git a/stream/stream.h b/stream/stream.h index a961338a75..c459b75b79 100644 --- a/stream/stream.h +++ b/stream/stream.h @@ -45,7 +45,7 @@ //////////// Open return code /// This can't open the requested protocol (used by stream wich have a /// * protocol when they don't know the requested protocol) -#define STREAM_UNSUPORTED -1 +#define STREAM_UNSUPPORTED -1 #define STREAM_ERROR 0 #define STREAM_OK 1 -- cgit v1.2.3