Skip to content

Commit ec1f9f2

Browse files
committed
Merge pull request #30 from dharamgollapudi/patch-1
Fixed a minor typo
2 parents 56f4690 + b159325 commit ec1f9f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/net/sftp/session.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def upload!(local, remote = File.basename(local), options={}, &block)
106106
# Initiates a download from +remote+ to +local+, asynchronously. This
107107
# method will return a new Net::SFTP::Operations::Download instance, and requires
108108
# that the event loop be run in order for the download to progress. See
109-
# Net::SFTP::Operations::Download for a full discussion of hos this method can be
109+
# Net::SFTP::Operations::Download for a full discussion of how this method can be
110110
# used.
111111
#
112112
# download = sftp.download("/remote/path", "/local/path")
@@ -949,4 +949,4 @@ def dispatch_request(packet)
949949
end
950950
end
951951

952-
end; end
952+
end; end

0 commit comments

Comments
 (0)