Fix spelling mistakes (reported by 'codespell')

Sadly "codespell" does not seem to be available in Centos, thus it is
not enabled in the gitlab CI.
This commit is contained in:
Lars Kruse
2018-07-27 03:13:53 +02:00
parent 4646a9ce7a
commit a06b61b054
3 changed files with 4 additions and 4 deletions

View File

@@ -201,7 +201,7 @@ class Photo(BaseAccountModel):
addr.save()
if email:
# Explicitely asked
# Explicitly asked
email.photo = self
email.save()