]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Misc. typos (#245)
authorluzpaz <luzpaz@users.noreply.github.com>
Thu, 25 Jan 2018 07:12:42 +0000 (02:12 -0500)
committerChocobozzz <me@florianbigard.com>
Thu, 25 Jan 2018 07:12:42 +0000 (08:12 +0100)
Found via `codespell -q 3`

client/src/index.html
server/tests/api/server/follows.ts
support/doc/development/server/code.md

index 1078230d3c10c841947ca3654b0235e597fff467..094d5245415bea08ea7857a39ac1fc0a66d011ff 100644 (file)
@@ -23,7 +23,7 @@
     <noscript>
       <p>You are blocking Javascript, and we totally get that. However this endpoint uses Angular, so the front end is in full JavaScript and won't work without it.
       </br></br>
-      There will be other non JS-based clients to access PeerTube, but for now none is available as this is still alpha software. Be sure we will update this page with a list once alternative clients are developped. You can certainly develop you own in the meantime as our code is open source and libre software under GNU AGPLv3.0.
+      There will be other non JS-based clients to access PeerTube, but for now none is available as this is still alpha software. Be sure we will update this page with a list once alternative clients are developed. You can certainly develop you own in the meantime as our code is open source and libre software under GNU AGPLv3.0.
       </br></br>
       There might be numerous reasons you refuse to use JavaScript. If it has just to do with security (or lack thereof) of JavaScript-based webapps, then depending on your threat menace you might want to go through the code running on the node you are trying to access, and look for security audits.
       </p>
index 7c4dea458a2302ad5f428bf3195607068465e740..46ad4879e0b97d08d5df1b0602071adc6d46a6a9 100644 (file)
@@ -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' })
index a8793e807c89b9308736ccddfac8e4d825f42534..953ccdbfedd77e190ace6098144aa2c805e92fc5 100644 (file)
@@ -19,7 +19,7 @@ The server main file is [server.ts](/server.ts).
 The server modules description are in the [package.json](/package.json) at the project root.
 All other server files are in the [server](/server) directory:
 
-    server.ts -> app initilization, main routes configuration (static routes...)
+    server.ts -> app initialization, main routes configuration (static routes...)
     config    -> server YAML configurations (for tests, production...)
     scripts   -> Scripts files for npm run
     server