diff --git a/src/pretix/base/signals.py b/src/pretix/base/signals.py index 9863ed5a6..9c0292bf0 100644 --- a/src/pretix/base/signals.py +++ b/src/pretix/base/signals.py @@ -399,7 +399,7 @@ This signal is sent out every time a test-mode order is being deleted. The order is given as the first argument. Any plugin receiving this signals is supposed to perform any cleanup necessary at this -point, so that the underlying oder has no more external constraints that would inhibit +point, so that the underlying order has no more external constraints that would inhibit the deletion of the order. As with all event-plugin signals, the ``sender`` keyword argument will contain the event.