--- 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>