[Docs] Fixes for spelling

Running on Ubuntu Xenial results in spelling warnings so update wordlist.
This commit is contained in:
Calum Lind 2019-06-18 00:01:26 +01:00
commit 3365201011
5 changed files with 21 additions and 6 deletions

View file

@ -37,7 +37,7 @@ Download the latest git code to local folder.
### Create Python virtual environment
Creation of a [Python virtual environment] keeps the development isolated
and easier to maintain and tox has an option to make this process easier:
and easier to maintain and Tox has an option to make this process easier:
tox -e denv3
@ -45,7 +45,7 @@ Activate virtual environment:
source .venv/bin/activate
Deluge will be installed by tox in _develop_ mode which creates links back
Deluge will be installed by Tox in _develop_ mode which creates links back
to source code so that changes will be reflected immediately without repeated
installation. Check it is installed with: