From a2fbc376a51a423da065afdb50b16250a4613c87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gonz=C3=A1lez?= Date: Sun, 14 Jul 2019 16:59:08 +0200 Subject: [PATCH] typo in comment (#1339) --- src/pretix/base/management/commands/migrate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/base/management/commands/migrate.py b/src/pretix/base/management/commands/migrate.py index 5e7c11c0b..3bfe5bbab 100644 --- a/src/pretix/base/management/commands/migrate.py +++ b/src/pretix/base/management/commands/migrate.py @@ -2,7 +2,7 @@ Django tries to be helpful by suggesting to run "makemigrations" in red font on every "migrate" run when there are things we have no migrations for. Usually, this is intended, and running "makemigrations" can really screw up the environment of a user, so we want to prevent novice -users from doing that by going really dirty and fitlering it from the output. +users from doing that by going really dirty and filtering it from the output. """ import sys