small tweaks

git-svn-id: https://svn.apache.org/repos/asf/activemq/stomp/trunk@830565 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webgen/src/stomp10/specification.page b/webgen/src/stomp10/specification.page
index 3806a1e..a98a7a7 100644
--- a/webgen/src/stomp10/specification.page
+++ b/webgen/src/stomp10/specification.page
@@ -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