From 32d7f2b754b8d20bf44ae2121c79570cbff973c3 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Mon, 23 Sep 2019 08:17:42 +0200 Subject: fix a few typos (#2141) * fix a few typos * apply changes to original files instead * additional correction --- server/lib/job-queue/handlers/activitypub-follow.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/lib/job-queue') diff --git a/server/lib/job-queue/handlers/activitypub-follow.ts b/server/lib/job-queue/handlers/activitypub-follow.ts index af7c8a838..4a7cda0a2 100644 --- a/server/lib/job-queue/handlers/activitypub-follow.ts +++ b/server/lib/job-queue/handlers/activitypub-follow.ts @@ -48,7 +48,7 @@ export { async function follow (fromActor: MActor, targetActor: MActorFull, isAutoFollow = false) { if (fromActor.id === targetActor.id) { - throw new Error('Follower is the same than target actor.') + throw new Error('Follower is the same as target actor.') } // Same server, direct accept -- cgit v1.2.3