diff --git a/src/client.js b/src/client.js index a47ac8bc2..ed026cf58 100644 --- a/src/client.js +++ b/src/client.js @@ -702,7 +702,7 @@ MatrixClient.prototype.setForceTURN = function(forceTURN) { /** * Set whether to advertise transfer support to other parties on Matrix calls. - * @param {bool} supportsCallTransfer True to advertise the 'm.call.transeree' capability + * @param {bool} supportsCallTransfer True to advertise the 'm.call.transferee' capability */ MatrixClient.prototype.setSupportsCallTransfer = function(supportsCallTransfer) { this._supportsCallTransfer = supportsCallTransfer;