From 42b756952ef40c330f80d81cde955c507e5d4023 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 19 Sep 2019 17:42:43 +0100 Subject: [PATCH] Typo Co-Authored-By: J. Ryan Stinnett --- electron_app/src/originMigrator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron_app/src/originMigrator.js b/electron_app/src/originMigrator.js index 0344ede70a..90a33de108 100644 --- a/electron_app/src/originMigrator.js +++ b/electron_app/src/originMigrator.js @@ -34,7 +34,7 @@ async function migrateFromOldOrigin() { }, }); const onOriginMigrationComplete = (e, success, sentSummary, storedSummary) => { - // we use once but we'll only get once of these events, + // we use once but we'll only get one of these events, // so remove the listener for the other one ipcMain.removeListener('origin_migration_nodata', onOriginMigrationNoData);