From 69bc362a8371111f5d562418f3c32e70c9c853f5 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Thu, 29 Aug 2013 11:09:47 -0500 Subject: [PATCH] SFTP: update comment typo --- phpseclib/Net/SFTP.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpseclib/Net/SFTP.php b/phpseclib/Net/SFTP.php index 2ceaddd2..cba7019c 100644 --- a/phpseclib/Net/SFTP.php +++ b/phpseclib/Net/SFTP.php @@ -1440,7 +1440,7 @@ class Net_SFTP extends Net_SSH2 { * NET_SFTP_LOCAL_FILE | NET_SFTP_RESUME * * If you wanted to simply append the full contents of a local file to the full contents of a remote file you'd replace - * NET_SFTP_RESUME with NET_SFTP_RESUME start. + * NET_SFTP_RESUME with NET_SFTP_RESUME_START. * * If $mode & (NET_SFTP_RESUME | NET_SFTP_RESUME_START) then NET_SFTP_RESUME_START will be assumed. *