From b1e66430321129ad88b44efae76f140f2707f4f3 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Wed, 19 Nov 2014 22:38:19 -0600 Subject: [PATCH] SSH2: clarify exec() docblock comment --- 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 73259cdb..c904e678 100644 --- a/phpseclib/Net/SSH2.php +++ b/phpseclib/Net/SSH2.php @@ -2261,7 +2261,7 @@ class Net_SSH2 /** * Execute Command * - * If $block is set to false then Net_SSH2::_get_channel_packet(NET_SSH2_CHANNEL_EXEC) will need to be called manually. + * If $callback is set to false then Net_SSH2::_get_channel_packet(NET_SSH2_CHANNEL_EXEC) will need to be called manually. * In all likelihood, this is not a feature you want to be taking advantage of. * * @param String $command