The 'abort' method description was confusing the abort and stop methods.
--- a/speechapi.html Fri May 25 14:07:22 2012 +0100
+++ b/speechapi.html Fri May 25 14:08:52 2012 +0100
@@ -684,7 +684,7 @@
<dt>The <dfn id="dfn-abort">abort</dfn> method</dt>
<dd>The abort method is a request to immediately stop listening and stop recognizing and do not return any information but that the system is done.
- When the stop method is called the speech service <em class="rfc2119" title="must">must</em> stop recognizing.
+ When the abort method is called the speech service <em class="rfc2119" title="must">must</em> stop recognizing.
The user agent <em class="rfc2119" title="must">must</em> raise a end event once the speech service is no longer connected.</dd>
<dt>The <dfn id="dfn-setcustomparameter">setCustomParameter</dfn> method</dt>