From cfb5c20fc1701c9e84857fa27d3fd6b7a7821a35 Mon Sep 17 00:00:00 2001 From: Juan Tejada Date: Tue, 28 Mar 2017 14:01:02 -0700 Subject: [PATCH] [client-sync] :art: typo --- packages/client-sync/src/local-sync-worker/sync-worker.es6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client-sync/src/local-sync-worker/sync-worker.es6 b/packages/client-sync/src/local-sync-worker/sync-worker.es6 index 1a61c2264..bbdfc6d31 100644 --- a/packages/client-sync/src/local-sync-worker/sync-worker.es6 +++ b/packages/client-sync/src/local-sync-worker/sync-worker.es6 @@ -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