diff --git a/src/Symfony/Component/Messenger/Exception/RecoverableExceptionInterface.php b/src/Symfony/Component/Messenger/Exception/RecoverableExceptionInterface.php index 7e1e903750..b49ddbfc2b 100644 --- a/src/Symfony/Component/Messenger/Exception/RecoverableExceptionInterface.php +++ b/src/Symfony/Component/Messenger/Exception/RecoverableExceptionInterface.php @@ -15,7 +15,7 @@ namespace Symfony\Component\Messenger\Exception; * Marker interface for exceptions to indicate that handling a message should have worked. * * If something goes wrong while handling a message that's received from a transport - * and the message should must be retried, a handler can throw such an exception. + * and the message should be retried, a handler can throw such an exception. * * @author Jérémy Derussé */