forked from GNUsocial/gnu-social
* [Cc]an't -> [Cc]annot
* [Cc]ould't -> [Cc]ould not
This commit is contained in:
@@ -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("Couldn't connect to {$controlserver} on {$this->controlport}");
|
||||
throw new Exception("Could not connect to {$controlserver} on {$this->controlport}");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user