Skip to content

Commit c5cdcb4

Browse files
bdrtcdalecurtis
authored andcommitted
fix several typoes
1 parent d1df0f8 commit c5cdcb4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

index.src.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
A <dfn>control message</dfn> defines a sequence of steps corresponding to a
199199
method invocation on a [=codec=] instance (e.g. `encode()`).
200200

201-
A <dfn>control message queue</dfn> is a a [=queue=] of
201+
A <dfn>control message queue</dfn> is a [=queue=] of
202202
[=control messages=]. Each [=codec=] instance has a control message queue
203203
stored in an internal slot named
204204
<dfn id='control-message-queue-slot'>[[control message queue]]</dfn>.
@@ -221,7 +221,7 @@
221221
All control messages will return either `"processed"` or `"not processed"`.
222222
Returning `"processed"` indicates the message steps are being (or have been)
223223
executed and the message may be removed from the [=control message queue=].
224-
`"not processed"` indicates the message must could not be processed at this time
224+
`"not processed"` indicates the message must not be processed at this time
225225
and should remain in the [=control message queue=] to be retried later.
226226

227227
To <dfn>Process the control message queue</dfn>, run these steps:
@@ -2038,7 +2038,7 @@
20382038
1. If {{AudioEncoderConfig/codec}} is not a <a>valid codec string</a>, return
20392039
`false`.
20402040
2. If the {{AudioEncoderConfig}} has a codec-specific extension and the corresponding
2041-
registration in the [[WEBCODECS-CODEC-REGISTRY]] defines steps to check whether the
2041+
registration in the [[WEBCODECS-CODEC-REGISTRY]] defines steps to check whether
20422042
the extension is a valid extension, return the result of running those steps.
20432043
3. Return `true`.
20442044

@@ -2603,7 +2603,7 @@
26032603
memory. To minimize the need for expensive copies, this specification defines a
26042604
scheme for reference counting (`clone()` and `close()`).
26052605

2606-
NOTE: Authors are encourage to call `close()` immediately when frames are
2606+
NOTE: Authors are encouraged to call `close()` immediately when frames are
26072607
no longer needed.
26082608

26092609
### Reference Counting ### {#raw-media-memory-model-reference-counting}
@@ -2967,7 +2967,7 @@
29672967
</xmp>
29682968

29692969
: <dfn dict-member for=AudioDataCopyToOptions>planeIndex</dfn>
2970-
:: The index identifying the plane to copy from.
2970+
:: The index identifies the plane to copy from.
29712971

29722972
: <dfn dict-member for=AudioDataCopyToOptions>frameOffset</dfn>
29732973
:: An offset into the source plane data indicating which [=frame=] to begin
@@ -3005,10 +3005,10 @@
30053005
signal at a particular point in time in a particular channel.
30063006

30073007
A <dfn>frame</dfn> or (sample-frame) refers to a set of values of all channels
3008-
of a multi-channel signal, that happen at the exact same time.
3008+
of a multi-channel signal, that happened at the exact same time.
30093009

3010-
NOTE: Consequently if an audio signal is mono (has only one channel), a frame
3011-
and a sample refer to the same thing.
3010+
NOTE: Consequently, if an audio signal is mono (has only one channel), a frame
3011+
or a sample refers to the same thing.
30123012

30133013
All audio [=samples=] in this specification are using linear pulse-code
30143014
modulation (Linear PCM): quantization levels are uniform between values.

0 commit comments

Comments
 (0)