From 83236a63ac29e7b42a6841432cdf59ad4a0c8aeb Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Mon, 5 Jun 2023 11:45:00 +0530 Subject: [PATCH] Fix typo --- src/matrix/e2ee/DeviceTracker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matrix/e2ee/DeviceTracker.ts b/src/matrix/e2ee/DeviceTracker.ts index 995b8ade..0cde59cf 100644 --- a/src/matrix/e2ee/DeviceTracker.ts +++ b/src/matrix/e2ee/DeviceTracker.ts @@ -645,7 +645,7 @@ export class DeviceTracker { /** Gets the device identites for a set of user identities that * are known to be up to date, and a set of userIds that are known - * to be absent from our store our outdated. The outdated user ids + * to be absent from our store or are outdated. The outdated user ids * will have their keys fetched from the homeserver. */ async _devicesForUserIdentities(upToDateIdentities: UserIdentity[], outdatedUserIds: string[], hsApi: HomeServerApi, log: ILogItem): Promise { log.set("uptodate", upToDateIdentities.length);