X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fimplugin.php;h=74bb593fd28b9416e9ebdfaa0f8bc6d24fbfcb24;hb=586fb5a5175d7a10f5f78dd026434e48202e5451;hp=457c9dba5252d9528c3d5eb0568e97820d3d3cd6;hpb=238d2a387623743fd98c84783ce360bf1d2db6ee;p=quix0rs-gnu-social.git diff --git a/lib/implugin.php b/lib/implugin.php index 457c9dba52..74bb593fd2 100644 --- a/lib/implugin.php +++ b/lib/implugin.php @@ -525,7 +525,7 @@ abstract class ImPlugin extends Plugin { // If we don't require CLI mode, or if we do and GNUSOCIAL_CLI _is_ set, then connect the transports // This check is made mostly because some IM plugins can't deliver to transports unless they - // have continously running daemons (such as XMPP) and we can't have that over HTTP requests. + // have continuously running daemons (such as XMPP) and we can't have that over HTTP requests. if (!$this->requires_cli || defined('GNUSOCIAL_CLI')) { $manager->connect($this->transport . '-in', new ImReceiverQueueHandler($this), 'im'); $manager->connect($this->transport, new ImQueueHandler($this));