diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2007-06-01 13:46:18 +0000 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2007-06-01 13:46:18 +0000 |
commit | 039ea0019a3466748ee5eb230934cf2f5a909289 (patch) | |
tree | 1e96d4b7266615342ff5023930dbd3cd191d6dc9 | |
parent | 08ffce89fa885b73e86ef3fe65e0ba3e4dd07a8a (diff) |
set Stream_Unix instead of StreamUnix as enum suffix
-rw-r--r-- | spec/Channel_Type_Tubes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/Channel_Type_Tubes.xml b/spec/Channel_Type_Tubes.xml index b3707098..4fecaae2 100644 --- a/spec/Channel_Type_Tubes.xml +++ b/spec/Channel_Type_Tubes.xml @@ -52,7 +52,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. </tp:docstring> </tp:enumvalue> - <tp:enumvalue suffix="StreamUnix" value="1"> + <tp:enumvalue suffix="Stream_Unix" value="1"> <tp:docstring> An ordered reliable transport, for transporting TCP traffic through Unix socket. |