diff stream/stream.h @ 24257:d261f5109660

cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
author diego
date Tue, 28 Aug 2007 22:38:45 +0000
parents f40ff9321699
children a5ae2d4973b8
line wrap: on
line diff
--- a/stream/stream.h	Tue Aug 28 19:58:45 2007 +0000
+++ b/stream/stream.h	Tue Aug 28 22:38:45 2007 +0000
@@ -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