From 9858035d48e3b5bdcbf0b47db8f0f5dfe417462f Mon Sep 17 00:00:00 2001 From: Pascal Borreli Date: Thu, 23 Oct 2014 13:03:00 +0200 Subject: [PATCH] Fixed typo --- .../SignalDispatcher/SignalDispatcherTransactionWrapper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eZ/Publish/Core/SignalSlot/SignalDispatcher/SignalDispatcherTransactionWrapper.php b/eZ/Publish/Core/SignalSlot/SignalDispatcher/SignalDispatcherTransactionWrapper.php index 4c5feb81134..41f67b24aa5 100644 --- a/eZ/Publish/Core/SignalSlot/SignalDispatcher/SignalDispatcherTransactionWrapper.php +++ b/eZ/Publish/Core/SignalSlot/SignalDispatcher/SignalDispatcherTransactionWrapper.php @@ -17,7 +17,7 @@ * * Wraps around a SignalDispatcher to add knowledge of transactions to be able to queue signals * if there is currently a transaction in progress. Signals which where part of transaction that - * are rolled back are deleted. Signals on sucessfull + * are rolled back are deleted. Signals on successful * * @internal */