summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-19 02:29:24 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-19 02:29:24 +0000
commit1029d32c7f01b8f58ae67924a405b4d9d656092a (patch)
tree0c618fe06c19f826e1495b8864de11298d1ba14c /lib
parenteb8c73adbccb1b87269f78c300ea08ffd08e44c4 (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-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 18dda61566..a8a4f40f70 100644
--- a/lib/net/ftp.rb
+++ b/lib/net/ftp.rb
@@ -185,7 +185,7 @@ module Net
# user:: Username for login. If options[:user] is the string
# "anonymous" and the options[:password] is +nil+,
# "anonymous@" is used as a password. If options[:user] is
- # +nil+,
+ # +nil+,
# passwd:: Password for login.
# acct:: Account information for ACCT.
# passive:: When +true+, the connection is in passive mode. Default: +true+.