mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 10:26:19 +02:00
spelling: connecting
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
ec8cb0579f
commit
5b3835d1fe
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ export default class Connection {
|
|||
this._ws = ws;
|
||||
this._id = id;
|
||||
console.log(
|
||||
new Date() + ": Conntecting to rendezvoous server: " + uri + ", for " + id
|
||||
new Date() + ": Connecting to rendezvoous server: " + uri + ", for " + id
|
||||
);
|
||||
await ws.open();
|
||||
console.log(new Date() + ": Connected to rendezvoous server");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue