typo: regsiter -> register

This commit is contained in:
tp48cf
2020-08-27 09:23:41 +02:00
parent b8a04f05d1
commit 5cd12b8088

View File

@@ -13,7 +13,7 @@ from django.core.management.base import BaseCommand, CommandError
class Command(BaseCommand): class Command(BaseCommand):
""" """
Internal tower command. Internal tower command.
Regsiter this instance with the database for HA tracking. Register this instance with the database for HA tracking.
""" """
help = ( help = (