You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2009/10/28 15:46:32 UTC

svn commit: r830565 - /activemq/stomp/trunk/webgen/src/stomp10/specification.page

Author: chirino
Date: Wed Oct 28 14:46:32 2009
New Revision: 830565

URL: http://svn.apache.org/viewvc?rev=830565&view=rev
Log:
small tweaks

Modified:
    activemq/stomp/trunk/webgen/src/stomp10/specification.page

Modified: activemq/stomp/trunk/webgen/src/stomp10/specification.page
URL: http://svn.apache.org/viewvc/activemq/stomp/trunk/webgen/src/stomp10/specification.page?rev=830565&r1=830564&r2=830565&view=diff
==============================================================================
--- activemq/stomp/trunk/webgen/src/stomp10/specification.page (original)
+++ activemq/stomp/trunk/webgen/src/stomp10/specification.page Wed Oct 28 14:46:32 2009
@@ -242,12 +242,12 @@
                           | "RECEIPT"
                           | "ERROR"
 
-    header              = <header-name> ":" <header-value>
+    header              = header-name ":" header-value
     header-name         = 1*<any CHAR except LF or ":">
     header-value        = 1*<any CHAR except LF>
 
     content             = text-content | binary-content
     text-content        = 1*<any OCTET except NULL>
-    binary-content      = 1*<OCTECT>
+    binary-content      = 1*OCTECT
 
 This spec is licensed under the [Creative Commons Attribution v2.5](http://creativecommons.org/licenses/by/2.5/)
\ No newline at end of file