mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fix typos
This commit is contained in:
@@ -170,7 +170,7 @@ export class SocketManager extends EventListener {
|
||||
await this.authenticate(this.credentials);
|
||||
} catch (error) {
|
||||
log.info(
|
||||
'SocketManager: authenticated socket failed to reconect ' +
|
||||
'SocketManager: authenticated socket failed to reconnect ' +
|
||||
`due to error ${Errors.toLogFormat(error)}`
|
||||
);
|
||||
return reconnect();
|
||||
|
||||
Reference in New Issue
Block a user