Fix spelling of "occurrences"

This commit is contained in:
Tony Wasserka 2020-04-25 11:58:52 +02:00
commit e44f9931b2
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
)
)