fix a few typos (#2141)

* fix a few typos

* apply changes to original files instead

* additional correction
This commit is contained in:
Lukas Winkler
2019-09-23 08:17:42 +02:00
committed by Chocobozzz
parent 210709a907
commit 32d7f2b754
10 changed files with 10 additions and 10 deletions

View File

@@ -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