]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Meteor/MeteorPlugin.php
Confirm dialog for reset OAuth consumer key and secret button
[quix0rs-gnu-social.git] / plugins / Meteor / MeteorPlugin.php
index f3cbc3eeae44660788c7402412c3a76bb5b6f7ac..5b345d7c2fa339af694f7bcb5d613789992c46aa 100644 (file)
@@ -85,7 +85,7 @@ class MeteorPlugin extends RealtimePlugin
         // May throw an exception.
         $this->_socket = stream_socket_client("tcp://{$controlserver}:{$this->controlport}");
         if (!$this->_socket) {
-            throw new Exception("Could not connect to {$controlserver} on {$this->controlport}");
+            throw new Exception("Couldn't connect to {$controlserver} on {$this->controlport}");
         }
     }