From 4b552ce419d354b40323f99f5511669b789a83e6 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 23 May 2016 21:15:55 -0700 Subject: [PATCH] GUACAMOLE-25: It's a browser, not a browse. --- guacamole-common-js/src/main/webapp/modules/AudioRecorder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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