SSH2: fix broken grammer from next to last commit

Thanks, bantu!
This commit is contained in:
terrafrost 2013-05-14 17:15:23 -05:00
parent 7fe989a449
commit 6fdac04fd1

View File

@ -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: