mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
Fix typos
This commit is contained in:
committed by
Jamie Kyle
parent
3705b959d6
commit
3c80272673
@@ -93,7 +93,7 @@ export async function wrapWithSyncMessageSend({
|
||||
if (areAllErrorsUnregistered(conversation.attributes, error)) {
|
||||
log.info(
|
||||
`${logId}: Group send failures were all UnregisteredUserError, ` +
|
||||
'returning succcessfully.'
|
||||
'returning successfully.'
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user