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);