]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/xmppqueuehandler.php
* [Cc]an't -> [Cc]annot
[quix0rs-gnu-social.git] / lib / xmppqueuehandler.php
index f28fc9088c47b1449b91a0575f4656e43b3abf2e..8acdcafe7e20f05738f948de1c39d13713af9071 100644 (file)
@@ -43,7 +43,7 @@ class XmppQueueHandler extends QueueHandler
         $this->conn = jabber_connect($this->_id.$this->transport());
 
         if (empty($this->conn)) {
-            $this->log(LOG_ERR, "Couldn't connect to server.");
+            $this->log(LOG_ERR, "Could not connect to server.");
             return false;
         }