fix spelling of "horizon"

Change-Id: Ie2ae9d1b917e4a7de7f410a5bb5a00e73adf14a9
This commit is contained in:
Jonathan Herlin
2025-05-19 16:22:27 +02:00
parent 827a566d34
commit b08e0c193a

View File

@@ -85,7 +85,7 @@ class ModalFormMixin(ModalBackdropMixin):
class ModalFormView(ModalFormMixin, views.HorizonFormView):
"""The main view class for all views which handle forms in Horizon.
All view which handles forms in Horiozn should inherit this class.
All views which handles forms in Horizon should inherit this class.
It takes care of all details with processing
:class:`~horizon.forms.base.SelfHandlingForm` classes, and modal concerns
when the associated template inherits from