Fix spelling of "occurrences"

This commit is contained in:
Tony Wasserka 2020-04-25 11:58:52 +02:00 committed by Agate
parent 9f1da09621
commit e981f005dc
No known key found for this signature in database
GPG key ID: 6B501DFD73514E14
3 changed files with 4 additions and 4 deletions

View file

@ -78,7 +78,7 @@ class Command(BaseCommand):
if total:
self.stdout.write(
self.style.WARNING(
"Will replace {} found occurences of '{}' by '{}':".format(
"Will replace {} found occurrences of '{}' by '{}':".format(
total, old_prefix, new_prefix
)
)