summaryrefslogtreecommitdiff
path: root/lib/net/ftp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/ftp.rb')
-rw-r--r--lib/net/ftp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/ftp.rb b/lib/net/ftp.rb
index 203029ed3d..d236140056 100644
--- a/lib/net/ftp.rb
+++ b/lib/net/ftp.rb
@@ -577,7 +577,7 @@ module Net # :nodoc:
end
#
- # Tranfers +localfile+ to the server in whatever mode the session is set
+ # Transfers +localfile+ to the server in whatever mode the session is set
# (text or binary). See #puttextfile and #putbinaryfile.
#
def put(localfile, remotefile = File.basename(localfile),