diff --git a/include/capi/cef_audio_handler_capi.h b/include/capi/cef_audio_handler_capi.h index ffb9ff0b1..725b6beec 100644 --- a/include/capi/cef_audio_handler_capi.h +++ b/include/capi/cef_audio_handler_capi.h @@ -33,7 +33,7 @@ // by hand. See the translator.README.txt file in the tools directory for // more information. // -// $hash=fd8d34089842ee8f8490ef1828c3091d12052e28$ +// $hash=62f58ab826b8a3d436655bf0855848632f2a73b5$ // #ifndef CEF_INCLUDE_CAPI_CEF_AUDIO_HANDLER_CAPI_H_ @@ -68,7 +68,7 @@ typedef struct _cef_audio_handler_t { /// // Called on a browser audio capture thread when the browser starts streaming - // audio. OnAudioSteamStopped will always be called after + // audio. OnAudioStreamStopped will always be called after // OnAudioStreamStarted; both functions 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. diff --git a/include/cef_audio_handler.h b/include/cef_audio_handler.h index f581e6f42..59ea55cd3 100644 --- a/include/cef_audio_handler.h +++ b/include/cef_audio_handler.h @@ -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.