Fixed typo

This commit is contained in:
Marc Philip Scholten 2013-12-16 21:38:04 +01:00
parent 4817d28a54
commit 357d4253ee

View File

@ -919,7 +919,7 @@ class Net_SSH2
return false; return false;
} }
$this->identifiert = $this->_generate_identifier(); $this->identifier = $this->_generate_identifier();
if (defined('NET_SSH2_LOGGING')) { if (defined('NET_SSH2_LOGGING')) {
$this->_append_log('<-', $extra . $temp); $this->_append_log('<-', $extra . $temp);