Fix typo in cef_audio_handler.h

This commit is contained in:
Marshall Greenblatt
2022-03-01 17:55:03 -05:00
parent 477ab61e3b
commit fcf5dd036d
2 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ class CefAudioHandler : public virtual CefBaseRefCounted {
///
// Called on a browser audio capture thread when the browser starts
// streaming audio. OnAudioSteamStopped will always be called after
// streaming audio. OnAudioStreamStopped will always be called after
// OnAudioStreamStarted; both methods may be called multiple times
// for the same browser. |params| contains the audio parameters like
// sample rate and channel layout. |channels| is the number of channels.