From 7a4fd56ccd86518a6b14c407fc977c7904337448 Mon Sep 17 00:00:00 2001 From: luz paz Date: Tue, 7 Jun 2022 09:45:06 -0400 Subject: Fix various typos Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy` --- support/doc/api/openapi.yaml | 12 ++++++------ support/doc/dependencies.md | 2 +- support/openapi/kotlin/README.mustache | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'support') diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 8521f684e..bd36c41cd 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -247,8 +247,8 @@ tags: ### Import - _URL_-based: where the URL points to any service supported by [youtube-dl](https://ytdl-org.github.io/youtube-dl/) - - _magnet_-based: where the URI resolves to a BitTorrent ressource containing a single supported video file - - _torrent_-based: where the metainfo file resolves to a BitTorrent ressource containing a single supported video file + - _magnet_-based: where the URI resolves to a BitTorrent resource containing a single supported video file + - _torrent_-based: where the metainfo file resolves to a BitTorrent resource containing a single supported video file The import function is practical when the desired video/audio is available online. It makes PeerTube download it for you, saving you as much bandwidth and avoiding any instability or limitation your network might have. @@ -2053,7 +2053,7 @@ paths: x-summary: video file too large, due to quota or max body size limit set by the reverse-proxy description: | If the response has no body, it means the reverse-proxy didn't let it through. Otherwise disambiguate via `type`: - - `quota_reached` for quota limits wether daily or global + - `quota_reached` for quota limits whether daily or global headers: X-File-Maximum-Size: schema: @@ -5277,7 +5277,7 @@ components: moderator: Moderator scope user: User scope schemas: - # Resuable core properties + # Reusable core properties id: type: integer minimum: 1 @@ -5443,7 +5443,7 @@ components: - 1 - 2 - 3 - description: 'The live latency mode (Default = `1`, HIght latency = `2`, Small Latency = `3`)' + description: 'The live latency mode (Default = `1`, High latency = `2`, Small Latency = `3`)' VideoStateConstant: properties: @@ -7754,7 +7754,7 @@ components: - 5 nullable: true description: > - Error type if an error occured during the live session: + Error type if an error occurred during the live session: - `1`: Bad socket health (transcoding is too slow) - `2`: Max duration exceeded - `3`: Quota exceeded diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index c6cbe83a6..378cb8502 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md @@ -513,7 +513,7 @@ If `sudo -u postgres createuser -P peertube` gives you an `unknown user: postgre ``` net-libs/nodejs sys-apps/yarn -media-video/ffmpeg[x264] # Optionnally add vorbis,vpx +media-video/ffmpeg[x264] # Optionally add vorbis,vpx dev-db/postgresql dev-db/redis dev-vcs/git diff --git a/support/openapi/kotlin/README.mustache b/support/openapi/kotlin/README.mustache index ac7fbdea9..376314650 100644 --- a/support/openapi/kotlin/README.mustache +++ b/support/openapi/kotlin/README.mustache @@ -34,7 +34,7 @@ This runs all tests and packages the library. ## Documentation for API Endpoints -All URIs are relative to *{{{basePath}}}*. Change it when instanciating `ApiClient(basePath)`. +All URIs are relative to *{{{basePath}}}*. Change it when instantiating `ApiClient(basePath)`. Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- -- cgit v1.2.3