From 2bb0f9d501845d049827a91138ceb28d729228ec Mon Sep 17 00:00:00 2001 From: luzpaz Date: Thu, 25 Jan 2018 02:12:42 -0500 Subject: Misc. typos (#245) Found via `codespell -q 3` --- server/tests/api/server/follows.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server') diff --git a/server/tests/api/server/follows.ts b/server/tests/api/server/follows.ts index 7c4dea458..46ad4879e 100644 --- a/server/tests/api/server/follows.ts +++ b/server/tests/api/server/follows.ts @@ -169,7 +169,7 @@ describe('Test follows', function () { await expectAccountFollows(servers[2].url, 'peertube@localhost:9003', 0, 0) }) - it('Should upload a video on server 2 ans 3 and propagate only the video of server 2', async function () { + it('Should upload a video on server 2 and 3 and propagate only the video of server 2', async function () { this.timeout(10000) await uploadVideo(servers[1].url, servers[1].accessToken, { name: 'server2' }) -- cgit v1.2.3