mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1446: Fixed a typo mistake ("ssociate", "initialied", "assocaited").
This commit is contained in:
@@ -541,7 +541,7 @@ Guacamole.Client = function(tunnel) {
|
|||||||
*/
|
*/
|
||||||
this.createObjectOutputStream = function createObjectOutputStream(index, mimetype, name) {
|
this.createObjectOutputStream = function createObjectOutputStream(index, mimetype, name) {
|
||||||
|
|
||||||
// Allocate and ssociate stream with object metadata
|
// Allocate and associate stream with object metadata
|
||||||
var stream = guac_client.createOutputStream();
|
var stream = guac_client.createOutputStream();
|
||||||
tunnel.sendMessage("put", index, stream.index, mimetype, name);
|
tunnel.sendMessage("put", index, stream.index, mimetype, name);
|
||||||
return stream;
|
return stream;
|
||||||
@@ -666,7 +666,7 @@ Guacamole.Client = function(tunnel) {
|
|||||||
*
|
*
|
||||||
* @return {Guacamole.AudioPlayer}
|
* @return {Guacamole.AudioPlayer}
|
||||||
* An object which implements the Guacamole.AudioPlayer interface and
|
* An object which implements the Guacamole.AudioPlayer interface and
|
||||||
* has been initialied to play the data in the provided stream, or null
|
* has been initialized to play the data in the provided stream, or null
|
||||||
* if the built-in audio players of the Guacamole client should be
|
* if the built-in audio players of the Guacamole client should be
|
||||||
* used.
|
* used.
|
||||||
*/
|
*/
|
||||||
@@ -690,7 +690,7 @@ Guacamole.Client = function(tunnel) {
|
|||||||
*
|
*
|
||||||
* @return {Guacamole.VideoPlayer}
|
* @return {Guacamole.VideoPlayer}
|
||||||
* An object which implements the Guacamole.VideoPlayer interface and
|
* An object which implements the Guacamole.VideoPlayer interface and
|
||||||
* has been initialied to play the data in the provided stream, or null
|
* has been initialized to play the data in the provided stream, or null
|
||||||
* if the built-in video players of the Guacamole client should be
|
* if the built-in video players of the Guacamole client should be
|
||||||
* used.
|
* used.
|
||||||
*/
|
*/
|
||||||
|
@@ -44,7 +44,7 @@ angular.module('element').directive('guacClick', [function guacClick() {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The callback to invoke when a click or click-like event is
|
* The callback to invoke when a click or click-like event is
|
||||||
* received on the assocaited element.
|
* received on the associated element.
|
||||||
*
|
*
|
||||||
* @type guacClick~callback
|
* @type guacClick~callback
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user