mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-11 10:38:11 +08:00
[client-sync] 🎨 typo
This commit is contained in:
parent
e347ba2f90
commit
cfb5c20fc1
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@ class SyncWorker {
|
|||
// Step 4: Listen to new mail. We need to do this after we've fetched the
|
||||
// folder list so we can correctly find the inbox folder on the very first
|
||||
// sync loop
|
||||
SyncActivity.reportSyncActivity(accountId, "Lisening for new mail")
|
||||
SyncActivity.reportSyncActivity(accountId, "Listening for new mail")
|
||||
await this._listenForNewMail()
|
||||
yield // Yield to allow interruption
|
||||
|
||||
|
|
Loading…
Reference in a new issue