--- a/webaudio/specification.html Fri May 24 20:11:48 2013 -0400
+++ b/webaudio/specification.html Tue May 28 15:20:25 2013 +0200
@@ -1615,7 +1615,7 @@
basic implementations with hardware support for stereo output only.</p>
<p><code>channelCount</code> defaults to 2 for a destination in a normal AudioContext, and may be set to any non-zero value less than or equal
- to <code>maxNumberOfChannels</code>. An exception will be thrown if this value is not within the valid range. Giving a concrete example, if
+ to <code>maxChannelCount</code>. An exception will be thrown if this value is not within the valid range. Giving a concrete example, if
the audio hardware supports 8-channel output, then we may set <code>numberOfChannels</code> to 8, and render 8-channels of output.
</p>