Commit 7ca230b9 authored by Scott Violet's avatar Scott Violet Committed by Commit Bot

blink: fix minor misspelling.

BUG=none
TEST=none

Change-Id: If82677ec23c81f8051a86a9286c6b64e34d7a22d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2255309
Auto-Submit: Scott Violet <sky@chromium.org>
Reviewed-by: default avatarDaniel Cheng <dcheng@chromium.org>
Commit-Queue: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#781273}
parent 2d18c70c
...@@ -26,7 +26,7 @@ struct SpeechSynthesisVoice { ...@@ -26,7 +26,7 @@ struct SpeechSynthesisVoice {
bool is_default; bool is_default;
}; };
// This interface receives updates to the list of voices. See SpeechSythesis' // This interface receives updates to the list of voices. See SpeechSynthesis'
// AddVoiceListObserver method. // AddVoiceListObserver method.
interface SpeechSynthesisVoiceListObserver { interface SpeechSynthesisVoiceListObserver {
// Receives the list of voices that may be used. // Receives the list of voices that may be used.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment