mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-11 16:15:52 +00:00
SSH2: fix broken grammer from next to last commit
Thanks, bantu!
This commit is contained in:
parent
7fe989a449
commit
6fdac04fd1
@ -2595,7 +2595,7 @@ class Net_SSH2 {
|
||||
case NET_SSH2_MSG_CHANNEL_FAILURE:
|
||||
return false;
|
||||
default:
|
||||
user_error('Unable to request fulfill channel request');
|
||||
user_error('Unable to fulfill channel request');
|
||||
return $this->_disconnect(NET_SSH2_DISCONNECT_BY_APPLICATION);
|
||||
}
|
||||
case NET_SSH2_MSG_CHANNEL_CLOSE:
|
||||
|
Loading…
Reference in New Issue
Block a user