Fix spelling in order_gracefully_delete signal

This commit is contained in:
Martin Gross
2019-10-18 12:07:33 +02:00
parent 25a998a510
commit 0a200de41c

View File

@@ -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.