diff --git a/reference/ssh2/functions/ssh2-connect.xml b/reference/ssh2/functions/ssh2-connect.xml index 8ff218fb40..39b11f54a6 100644 --- a/reference/ssh2/functions/ssh2-connect.xml +++ b/reference/ssh2/functions/ssh2-connect.xml @@ -1,5 +1,5 @@ - + @@ -244,7 +244,7 @@ $methods = array( $callbacks = array('disconnect' => 'my_ssh_disconnect'); $connection = ssh2_connect('shell.example.com', 22, $methods, $callbacks); -if (!$connect) die('Connection failed'); +if (!$connection) die('Connection failed'); ?> ]]>