summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream.h')
-rw-r--r--stream/stream.h2
1 files changed, 1 insertions, 1 deletions
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