fix two small typos reported by James Wei
authorcrogers
Fri, 27 Apr 2012 12:36:54 -0700
changeset 45 26a84e0c4232
parent 44 45ffd5850438
child 46 6e2bbe8fd261
fix two small typos reported by James Wei
webaudio/specification.html
--- a/webaudio/specification.html	Tue Apr 24 12:27:11 2012 -0700
+++ b/webaudio/specification.html	Fri Apr 27 12:36:54 2012 -0700
@@ -687,7 +687,7 @@
 constructed as follows: </p>
 <pre>        var context = new AudioContext();
         </pre>
-<pre>        // For implementation WebKit this will be:
+<pre>        // For the WebKit implementation this will be:
         var context = new webkitAudioContext();
         </pre>
 <br />
@@ -2187,7 +2187,7 @@
 <h3 id="attributes-ConvolverNode_2">4.17.1. Attributes</h3>
 <dl>
   <dt id="dfn-fftSize"><code>fftSize</code></dt>
-    <dd><p>The size of the FFT used for frequency-domain analsis. This must be
+    <dd><p>The size of the FFT used for frequency-domain analysis. This must be
       a power of two. </p>
     </dd>
 </dl>