diff --git a/libs/common/src/key-management/encrypted-migrator/default-encrypted-migrator.ts b/libs/common/src/key-management/encrypted-migrator/default-encrypted-migrator.ts index aeac2648221..bc91e24070a 100644 --- a/libs/common/src/key-management/encrypted-migrator/default-encrypted-migrator.ts +++ b/libs/common/src/key-management/encrypted-migrator/default-encrypted-migrator.ts @@ -76,7 +76,7 @@ export class DefaultEncryptedMigrator implements EncryptedMigrator { } } this.logService.mark("[Encrypted Migrator] Finish"); - this.logService.info(`[Encrypted Miigrator] Completed migrations for user: ${userId}`); + this.logService.info(`[Encrypted Migrator] Completed migrations for user: ${userId}`); if (ranMigration) { await this.syncService.fullSync(true); }