GUACAMOLE-25: It's a browser, not a browse. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/4b552ce4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/4b552ce4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/4b552ce4
Branch: refs/heads/master Commit: 4b552ce419d354b40323f99f5511669b789a83e6 Parents: 4212944 Author: Michael Jumper <[email protected]> Authored: Mon May 23 21:15:55 2016 -0700 Committer: Michael Jumper <[email protected]> Committed: Mon May 23 21:15:55 2016 -0700 ---------------------------------------------------------------------- guacamole-common-js/src/main/webapp/modules/AudioRecorder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/4b552ce4/guacamole-common-js/src/main/webapp/modules/AudioRecorder.js ---------------------------------------------------------------------- diff --git a/guacamole-common-js/src/main/webapp/modules/AudioRecorder.js b/guacamole-common-js/src/main/webapp/modules/AudioRecorder.js index 306acbd..954b79f 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
