Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
  • Loading branch information
dbkr and jryans committed Sep 19, 2019
1 parent 6464bfe commit 42b7569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron_app/src/originMigrator.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 42b7569

Please sign in to comment.