diff --git a/guacamole-common-js/src/main/webapp/modules/AudioRecorder.js b/guacamole-common-js/src/main/webapp/modules/AudioRecorder.js index 306acbd8c..954b79f5c 100644 --- a/guacamole-common-js/src/main/webapp/modules/AudioRecorder.js +++ b/guacamole-common-js/src/main/webapp/modules/AudioRecorder.js @@ -240,7 +240,7 @@ Guacamole.RawAudioRecorder = function RawAudioRecorder(stream, mimetype) { var writtenSamples = 0; /** - * The audio stream provided by the browse, if allowed. If no stream has + * The audio stream provided by the browser, if allowed. If no stream has * yet been received, this will be null. * * @type MediaStream