mirror of
https://github.com/danog/phpseclib.git
synced 2024-11-27 04:46:26 +01:00
Fixed typo
This commit is contained in:
parent
4817d28a54
commit
357d4253ee
@ -919,7 +919,7 @@ class Net_SSH2
|
||||
return false;
|
||||
}
|
||||
|
||||
$this->identifiert = $this->_generate_identifier();
|
||||
$this->identifier = $this->_generate_identifier();
|
||||
|
||||
if (defined('NET_SSH2_LOGGING')) {
|
||||
$this->_append_log('<-', $extra . $temp);
|
||||
|
Loading…
Reference in New Issue
Block a user