Fix various typos

Found via `codespell -q 3 -S *.ts,*.desktop,./src/base/3rdparty,./dist/windows/installer-translations -L ba,doas,ist,ro,ths`

PR #17317.
This commit is contained in:
luzpaz 2022-07-06 01:11:11 -04:00 committed by GitHub
commit 8736c9ec4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
This Dockerfile allows you to build a docker image containing qBittorrent-nox
## Prerequisities
## Prerequisites
In order to build/run this image you'll need `docker` installed: https://docs.docker.com/get-docker/
@ -21,7 +21,7 @@ It is also recommended to install `docker-compose` as it can significantly ease
```
* If you are using docker-compose then you should edit `.env` file first.
You can find an explaination of the variables in the following [Parameters](#parameters) section. \
You can find an explanation of the variables in the following [Parameters](#parameters) section. \
Then run the following commands in this folder:
```shell
docker compose build \