From 6fdac04fd19c817e1f60271d7643b550efe55655 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Tue, 14 May 2013 17:15:23 -0500 Subject: [PATCH] SSH2: fix broken grammer from next to last commit Thanks, bantu! --- phpseclib/Net/SSH2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpseclib/Net/SSH2.php b/phpseclib/Net/SSH2.php index 40d462b1..2a79265f 100644 --- a/phpseclib/Net/SSH2.php +++ b/phpseclib/Net/SSH2.php @@ -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: