Fixed typos: consistent lower-case "user agent"
authorGlen Shires <gshires@google.com>
Sat, 06 Oct 2012 14:47:09 -0700
changeset 44 f718b402ed83
parent 43 93afe62c5620
child 45 813eb945bb04
Fixed typos: consistent lower-case "user agent"
speechapi.html
--- a/speechapi.html	Fri Oct 05 12:40:10 2012 -0700
+++ b/speechapi.html	Sat Oct 06 14:47:09 2012 -0700
@@ -487,7 +487,7 @@
 
       <li>User agents must give the user an obvious indication when audio is being recorded.
       <ul>
-        <li>In a graphical user agent, this could be a mandatory notification displayed by the UA as part of its chrome and not accessible by the web page.
+        <li>In a graphical user agent, this could be a mandatory notification displayed by the user agent as part of its chrome and not accessible by the web page.
         This could for example be a pulsating/blinking record icon as part of the browser chrome/address bar, an indication in the status bar, an audible notification, or anything else relevant and accessible to the user.
         This UI element must also allow the user to stop recording.<br>
         <img src="ui-example.png" alt="Example UI recording notification."></li>
@@ -758,7 +758,7 @@
         <dd>No speech was detected.</dd>
 
         <dt><dfn id="dfn-sre.aborted">ABORTED</dfn> (numeric code 2)</dt>
-        <dd>Speech input was aborted somehow, maybe by some UA-specific behavior such as UI that lets the user cancel speech input.</dd>
+        <dd>Speech input was aborted somehow, maybe by some user-agent-specific behavior such as UI that lets the user cancel speech input.</dd>
 
         <dt><dfn id="dfn-sre.audiocapture">AUDIO_CAPTURE</dfn> (numeric code 3)</dt>
         <dd>Audio capture failed.</dd>