mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
Update curlWebsockets.d
* Fix typo
This commit is contained in:
parent
3146d82ad2
commit
505e5a28e7
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ public:
|
|||
int close(ushort code = 1000, string reason = "") {
|
||||
logCurlWebsocketOutput("Running curlWebsocket close()");
|
||||
if (!websocketConnected) {
|
||||
logCurlWebsocketOutput("Websocket alread closed - websocketConnected = false");
|
||||
logCurlWebsocketOutput("Websocket already closed - websocketConnected = false");
|
||||
return 0;
|
||||
} else {
|
||||
logCurlWebsocketOutput("Running curlWebsocket close() - websocketConnected = true");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue