ampq → amqp

Fixed typo in code comment.
This commit is contained in:
Sébastien Santoro 2015-12-03 10:41:13 +01:00 committed by Tobias Schultze
parent d1d9ab7d2a
commit 717caaa1a9

View File

@ -48,7 +48,7 @@ class AmqpCaster
{
$prefix = Caster::PREFIX_VIRTUAL;
// BC layer in the ampq lib
// BC layer in the amqp lib
if (method_exists($c, 'getReadTimeout')) {
$timeout = $c->getReadTimeout();
} else {