1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

typo fixes

This commit is contained in:
silversword411 2022-12-16 09:03:45 -05:00
parent b52385406f
commit b09f783cef
No known key found for this signature in database
GPG key ID: 6F4BD176F56B50CA
4 changed files with 17 additions and 17 deletions

View file

@ -50,7 +50,7 @@ var Channel = {
};
/**
* Channel Definde
* Channel Defined
*/
const RdpdrChannelDef = new type.Component({
name: new type.BinaryString(Buffer.from('rdpdr' + '\x00\x00\x00', 'binary'), { readLength: new type.CallableValue(8) }),
@ -239,7 +239,7 @@ function Client(transport) {
this.clientNetworkData = gcc.clientNetworkData(new type.Component([RdpdrChannelDef, CliprdrChannelDef, RdpsndChannelDef]));
this.clientSecurityData = gcc.clientSecurityData();
// must be readed from protocol
// must be read from protocol
this.serverCoreData = null;
this.serverSecurityData = null;
this.serverNetworkData = null;
@ -414,7 +414,7 @@ Client.prototype.connectChannels = function(s) {
self.recv(s);
});
// send client and sever gcc informations
// send client and sever gcc information
this.emit('connect',
{
core : this.clientCoreData.obj,
@ -497,7 +497,7 @@ Server.prototype.recvConnectInitial = function (s) {
};
/**
* State 2 in mcs server connetion automata
* State 2 in mcs server connection automata
*/
Server.prototype.sendConnectResponse = function () {
var ccReq = gcc.writeConferenceCreateResponse(new type.Component([