Fix various typos.

The typos and their corrections were found with the
aid of https://github.com/lucasdemarchi/codespell.
This commit is contained in:
derAnfaenger
2017-11-09 16:26:38 +01:00
parent 4817ba44a4
commit 19bc55aa45
32 changed files with 39 additions and 39 deletions

View File

@@ -188,5 +188,5 @@ social-auth-app-django==1.2.0
# Needed for messages' rendered content parsing in push notifications.
lxml==4.1.0
# One occurance left in home.py
# One occurrence left in home.py
simplejson==3.11.1

View File

@@ -1,4 +1,4 @@
# Dependancies for setting up pip to install our requirements.txt file.
# Dependencies for setting up pip to install our requirements.txt file.
setuptools==36.6.0
pip==9.0.1
wheel==0.30.0