mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-20 15:08:02 +00:00
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:
@@ -201,7 +201,7 @@ class Photo(BaseAccountModel):
|
||||
addr.save()
|
||||
|
||||
if email:
|
||||
# Explicitely asked
|
||||
# Explicitly asked
|
||||
email.photo = self
|
||||
email.save()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user