]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/implugin.php
[DATABASE][User_openid_prefs] Fix wrong type for modified column
[quix0rs-gnu-social.git] / lib / implugin.php
index 457c9dba5252d9528c3d5eb0568e97820d3d3cd6..74bb593fd28b9416e9ebdfaa0f8bc6d24fbfcb24 100644 (file)
@@ -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));